FreeBSD requires these includes.
authorravenlock <ravenlock@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Feb 2009 15:02:36 +0000 (15:02 +0000)
committerravenlock <ravenlock@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 1 Feb 2009 15:02:36 +0000 (15:02 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@38889 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_exe.c

index 79b7533..25248c5 100644 (file)
@@ -6,6 +6,11 @@
 # include <config.h>
 #endif
 
+#ifdef __FreeBSD__
+#include <sys/time.h>
+#include <sys/resource.h>
+#endif
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>