blob: 41b39a529d67436ccbb95e178a81cc56ca5919b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- etunnel.h.orig Wed May 5 21:10:21 2004
+++ etunnel.h Wed May 5 21:10:36 2004
@@ -23,11 +23,11 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/socket.h>
-#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <netinet/in.h>
|