]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/bsd_tcpip/v2_0/include/net/if.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / bsd_tcpip / v2_0 / include / net / if.h
index 43115673237bde71802bafd34ae36f2f9ca2d1dd..2c602eae0189620a52fe362e471caea960dcddd3 100644 (file)
  * <net/if.h> does not depend on <sys/time.h> on most other systems.  This
  * helps userland compatability.  (struct timeval ifi_lastchange)
  */
+#ifndef __ECOS
 #ifndef _KERNEL
 #include <sys/time.h>
 #endif
+#else
+#include <sys/time.h>
+#endif
 
 struct ifnet;