From 1ff4b6bb11233ec1fb0a65a1327c23622794b1ce Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sat, 9 Jul 2005 00:28:32 +0000
Subject: need unistd/string header files

---
 test/stat/stat.c | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'test')

diff --git a/test/stat/stat.c b/test/stat/stat.c
index c1ce4b8b3..c9e063f27 100644
--- a/test/stat/stat.c
+++ b/test/stat/stat.c
@@ -1,6 +1,9 @@
 #include <stdio.h>
+#include <string.h>
 #include <fcntl.h>
 #include <sys/stat.h>
+#include <unistd.h>
+#include <stdlib.h>
 
 void print_struct_stat(char *msg, struct stat *s)
 {
-- 
cgit v1.2.3