projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into samesversion
[l2tpns.git]
/
ppp.c
diff --git
a/ppp.c
b/ppp.c
index
a4c9261
..
93e360e
100644
(file)
--- a/
ppp.c
+++ b/
ppp.c
@@
-5,6
+5,9
@@
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
+#include <sys/socket.h>
+#include <linux/rtnetlink.h>
+
#include "l2tpns.h"
#include "constants.h"
#include "plugin.h"