[CWB] [PATCH] Fix compilation of storage.c (missing include)

Alberto Simões ambs at di.uminho.pt
Tue Mar 30 19:16:36 CEST 2010


Basically, add

#include <sys/stat.h>

To cl/storage.c

Cheers
Alberto (back to business)
-- 
Alberto Simões
-------------- next part --------------
Index: cl/storage.c
===================================================================
--- cl/storage.c	(revision 140)
+++ cl/storage.c	(working copy)
@@ -23,8 +23,10 @@
 #endif
 #include <fcntl.h>
 #include <errno.h>
+#include <sys/stat.h>
 
 
+
 #include "globals.h"
 
 #include "endian.h"



More information about the CWB mailing list