summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/__xuname.c
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2005-12-02 04:55:05 +0000
committerambrisko <ambrisko@FreeBSD.org>2005-12-02 04:55:05 +0000
commit4c3c3beb25dca9a542ea9c917fa56ed2f6e99902 (patch)
treec0cb2ee9f2addf005b5e0991d47f78540fd6f778 /lib/libc/gen/__xuname.c
parentd2a0621d27db48e43ca0b70d9e79153919fce3f4 (diff)
downloadFreeBSD-src-4c3c3beb25dca9a542ea9c917fa56ed2f6e99902.zip
FreeBSD-src-4c3c3beb25dca9a542ea9c917fa56ed2f6e99902.tar.gz
Unbreak build when I fluff the clean-up of __FBSDID diff reduction
before commit. pointyhat++
Diffstat (limited to 'lib/libc/gen/__xuname.c')
-rw-r--r--lib/libc/gen/__xuname.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/__xuname.c b/lib/libc/gen/__xuname.c
index c796574..e5139b7 100644
--- a/lib/libc/gen/__xuname.c
+++ b/lib/libc/gen/__xuname.c
@@ -41,6 +41,8 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/utsname.h>
#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
int
__xuname(int namesize, void *namebuf)
OpenPOWER on IntegriCloud