From a4090656f874076128413c1a27665dbff9d19e7f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 1 Jan 2008 00:51:35 +0000 Subject: Don't include netinet/in.h when it doesn't exist git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@534 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/ppm/ppmtompeg/headers/byteorder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'converter/ppm') diff --git a/converter/ppm/ppmtompeg/headers/byteorder.h b/converter/ppm/ppmtompeg/headers/byteorder.h index 0070252a..e2d8030c 100644 --- a/converter/ppm/ppmtompeg/headers/byteorder.h +++ b/converter/ppm/ppmtompeg/headers/byteorder.h @@ -72,6 +72,8 @@ #else /* let in.h handle it, if possible */ #include +#if !defined(WIN32) || defined(__CYGWIN__) #include +#endif #endif /* FORCE_LITTLE_ENDIAN */ #endif /* FORCE_BIG_ENDIAN */ -- cgit 1.4.1