diff options
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 |