use correct hdr in shm open check.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Apr 2011 05:12:25 +0000 (05:12 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Apr 2011 05:12:25 +0000 (05:12 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@58917 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index b6e87c0..ec0a8f0 100644 (file)
@@ -484,7 +484,7 @@ LIBS="${LIBS} -lrt"
 AC_LINK_IFELSE(
    [AC_LANG_PROGRAM(
       [[
-#include <sys/types.h>
+#include <sys/stat.h>
 #include <sys/mman.h>
 #include <fcntl.h>
       ]],