summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-01-13 20:25:17 -0800
committerDavid S. Miller <davem@davemloft.net>2010-01-13 20:25:17 -0800
commit8f31614deee8a721c25868d1bd71bb4789943495 (patch)
treeb891534eb1ee605b9bd085ea040d98f13306fea3
parent71816c5699b32bab03e57be6768a562d9568e33b (diff)
parent297b7e9e843f1a7749f5fa144dd86c88d35536fb (diff)
downloadsilo-8f31614deee8a721c25868d1bd71bb4789943495.tar.gz
Merge branch 'master' of git://dev.medozas.de/silo
-rw-r--r--second/file.c1
-rw-r--r--second/ls.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/second/file.c b/second/file.c
index 87b0066..c7c1ed2 100644
--- a/second/file.c
+++ b/second/file.c
@@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA. */
+#include <sys/types.h>
#include <silo.h>
#include <file.h>
#include <stringops.h>
diff --git a/second/ls.c b/second/ls.c
index 540c199..5848eaa 100644
--- a/second/ls.c
+++ b/second/ls.c
@@ -18,6 +18,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA. */
+#include <sys/types.h>
#include <silo.h>
#include <stringops.h>