common: add missing header to ecore-glue.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 4 Jan 2013 09:08:58 +0000 (11:08 +0200)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 4 Jan 2013 09:08:58 +0000 (11:08 +0200)
src/common/ecore-glue.c

index 68a23ea..8ad6238 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <errno.h>
 
 #include <Ecore.h>