<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From http://svn.0pointer.de/viewvc/trunk/src/interface.c?r1=114&amp;r2=133&amp;view=patch&amp;sortby=date&amp;root=ifplugd&amp;pathrev=133

--- trunk/src/interface.c	2004/12/19 00:08:01	114
+++ trunk/src/interface.c	2006/03/07 13:15:11	133
@@ -22,9 +22,9 @@
 #include &lt;config.h&gt;
 #endif
 
+#include &lt;sys/types.h&gt;
 #include &lt;linux/sockios.h&gt;
 #include &lt;linux/if_ether.h&gt;
-#include &lt;sys/types.h&gt;
 #include &lt;sys/socket.h&gt;
 #include &lt;sys/ioctl.h&gt;
 #include &lt;linux/if.h&gt;
</pre></body></html>