diff --git a/cpu/native/net/wpcap.c b/cpu/native/net/wpcap.c
index 1b929f57b..c8db5eb2c 100644
--- a/cpu/native/net/wpcap.c
+++ b/cpu/native/net/wpcap.c
@@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt
*
- * $Id: wpcap.c,v 1.10 2007/11/17 20:00:42 oliverschmidt Exp $
+ * $Id: wpcap.c,v 1.11 2007/11/17 21:33:53 oliverschmidt Exp $
*/
#define WIN32_LEAN_AND_MEAN
@@ -41,8 +41,11 @@
#include
#include
-#include
+#ifdef __CYGWIN__
#include
+#else
+#include
+#endif
/* Avoid 'conflicting types' errors. */
#define htonl