diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2004-08-16 08:12:29 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2004-08-16 08:12:29 +0000 |
| commit | e9abf2d6e2ae45f9d14bc29dd4f1239583c6f602 (patch) | |
| tree | 20a32d250d1841a20f2f800090ab88a76ebe6986 /lib/libc/alpha | |
| parent | 6766a2386de70a4c75d40faf685ee8150749bf90 (diff) | |
Notes
Diffstat (limited to 'lib/libc/alpha')
| -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 e100d7be60b5..7aff9f76b09c 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 |
