summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/gen
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-08-16 08:12:29 +0000
committerdfr <dfr@FreeBSD.org>2004-08-16 08:12:29 +0000
commitd38a75138ffc03fd7a1fff4e00a85229549c1492 (patch)
tree20a32d250d1841a20f2f800090ab88a76ebe6986 /lib/libc/alpha/gen
parent58474636125ce5571a1c5bf0fb148fce56aaa4d8 (diff)
downloadFreeBSD-src-d38a75138ffc03fd7a1fff4e00a85229549c1492.zip
FreeBSD-src-d38a75138ffc03fd7a1fff4e00a85229549c1492.tar.gz
Fix alpha build and add __FBSDID.
PR: 70518
Diffstat (limited to 'lib/libc/alpha/gen')
-rw-r--r--lib/libc/alpha/gen/_set_tp.c5
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
OpenPOWER on IntegriCloud