here's an awesome idea... let's not break the build shall we? lets
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 9 Aug 2011 13:23:39 +0000 (13:23 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 9 Aug 2011 13:23:39 +0000 (13:23 +0000)
actually test something .. like compile it before we commit eh?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@62254 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_cipher.c

index b529e68..22dbeec 100644 (file)
@@ -23,6 +23,7 @@ void *    alloca (size_t);
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/mman.h>
 
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>