]> Dogcows Code - chaz/tar/blobdiff - lib/waitpid.c
Added missing includes.
[chaz/tar] / lib / waitpid.c
index f2b423577e9132fcee70331457bbd727373ced52..3360f0755837444cdba91b7288f504ee5b8acb62 100644 (file)
@@ -20,6 +20,9 @@
 # include <config.h>
 #endif
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 #include <errno.h>
 #ifndef errno
 extern int errno;
This page took 0.021352 seconds and 4 git commands to generate.