summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2011-08-09 13:23:39 +0000
committerCarsten Haitzler <raster@rasterman.com>2011-08-09 13:23:39 +0000
commitf6dceb5ca83b97c384f248c85e5c70196f85ecb3 (patch)
tree0e8d2da0b0a7659bee9ba5543d5a3382a5af4d29
parent1bef14a998eb432cc6186879bf8a0f9c8b9d26a6 (diff)
downloadeet-f6dceb5ca83b97c384f248c85e5c70196f85ecb3.tar.gz
here's an awesome idea... let's not break the build shall we? lets
actually test something .. like compile it before we commit eh? SVN revision: 62254
-rw-r--r--src/lib/eet_cipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eet_cipher.c b/src/lib/eet_cipher.c
index b529e68..22dbeec 100644
--- a/src/lib/eet_cipher.c
+++ b/src/lib/eet_cipher.c
@@ -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>