projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix: improved load balancing algorithm
[l2tpns.git]
/
control.c
diff --git
a/control.c
b/control.c
index
3d38b22
..
092ab8e
100644
(file)
--- a/
control.c
+++ b/
control.c
@@
-1,6
+1,9
@@
// L2TPNS: control
#include <string.h>
// L2TPNS: control
#include <string.h>
+#include <sys/socket.h>
+#include <linux/rtnetlink.h>
+
#include "l2tpns.h"
#include "control.h"
#include "l2tpns.h"
#include "control.h"