From cf1840ba0a51b3145aaebdd882b84cbfe7b2e759 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Jan 2012 04:33:08 -0500 Subject: tests: opendir-tst1: add header for mknod() Include sys/stat.h for mknod() prototype. Signed-off-by: Mike Frysinger --- test/misc/opendir-tst1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/misc/opendir-tst1.c b/test/misc/opendir-tst1.c index 302158d0e..fb6ea26a7 100644 --- a/test/misc/opendir-tst1.c +++ b/test/misc/opendir-tst1.c @@ -24,6 +24,7 @@ #include #include #include +#include /* Name of the FIFO. */ char tmpname[] = "fifoXXXXXX"; -- cgit v1.2.3