From: caro Date: Sun, 22 Mar 2009 13:37:17 +0000 (+0000) Subject: Fix compilation on OpenBSD (bug #251). Patch by eumel. X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e6387b88d21ea0bdfdbd973bce45fbec611f662;p=profile%2Fivi%2Feet.git Fix compilation on OpenBSD (bug #251). Patch by eumel. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@39626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/eet_image.c b/src/lib/eet_image.c index 200a3fd..1f89bcd 100644 --- a/src/lib/eet_image.c +++ b/src/lib/eet_image.c @@ -24,6 +24,9 @@ void *alloca (size_t); #endif #ifdef HAVE_NETINET_IN_H +# ifdef __OpenBSD__ +# include +# endif # include #endif