diff options
Diffstat (limited to 'lib/libc/ia64/net/htonl.S')
-rw-r--r-- | lib/libc/ia64/net/htonl.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/ia64/net/htonl.S b/lib/libc/ia64/net/htonl.S index 7a71a29..05c906c 100644 --- a/lib/libc/ia64/net/htonl.S +++ b/lib/libc/ia64/net/htonl.S @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $ */ /* @@ -28,6 +27,9 @@ * rights to redistribute these changes. */ +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + #define ALIAS htonl #define NAME __htonl |