diff options
Diffstat (limited to 'net/l2tpd/files/patch-l2tp.h')
-rw-r--r-- | net/l2tpd/files/patch-l2tp.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-l2tp.h b/net/l2tpd/files/patch-l2tp.h new file mode 100644 index 000000000000..f94776599055 --- /dev/null +++ b/net/l2tpd/files/patch-l2tp.h @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- l2tp.h.orig Tue Jan 15 18:59:27 2002 ++++ l2tp.h Tue Oct 22 12:42:08 2002 +@@ -20,7 +20,10 @@ + + #define MAXSTRLEN 120 /* Maximum length of common strings */ + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + #include <termios.h> + #include "osport.h" + #include "scheduler.h" |