diff options
author | dfr <dfr@FreeBSD.org> | 2004-08-16 08:12:29 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2004-08-16 08:12:29 +0000 |
commit | d38a75138ffc03fd7a1fff4e00a85229549c1492 (patch) | |
tree | 20a32d250d1841a20f2f800090ab88a76ebe6986 /lib/libc | |
parent | 58474636125ce5571a1c5bf0fb148fce56aaa4d8 (diff) | |
download | FreeBSD-src-d38a75138ffc03fd7a1fff4e00a85229549c1492.zip FreeBSD-src-d38a75138ffc03fd7a1fff4e00a85229549c1492.tar.gz |
Fix alpha build and add __FBSDID.
PR: 70518
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/alpha/gen/_set_tp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/alpha/gen/_set_tp.c b/lib/libc/alpha/gen/_set_tp.c index e100d7b..7aff9f7 100644 --- a/lib/libc/alpha/gen/_set_tp.c +++ b/lib/libc/alpha/gen/_set_tp.c @@ -26,7 +26,10 @@ * $FreeBSD$ */ -#include <stdint.h> +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + +#include <sys/types.h> #include <machine/alpha_cpu.h> void |