aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient/files/patch-ad
blob: 876fad22a113d7feb1183f1b306de9a4fe481e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -ur dist/pptp-linux-1.0.3/pptp_gre.c work/pptp-linux-1.0.3/pptp_gre.c
--- dist/pptp-linux-1.0.3/pptp_gre.c	Mon Apr 30 05:40:40 2001
+++ pptp_gre.c	Thu May 10 00:43:41 2001
@@ -5,10 +5,10 @@
  * $Id: pptp_gre.c,v 1.3 2001/04/30 03:40:40 scott Exp $
  */
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <sys/socket.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <unistd.h>