mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
11 lines
232 B
Diff
11 lines
232 B
Diff
--- a/src/libserver/tcptunserver.cpp
|
|
+++ b/src/libserver/tcptunserver.cpp
|
|
@@ -21,6 +21,7 @@
|
|
#include "config.h"
|
|
#include "tunchannel.h"
|
|
|
|
+#include <unistd.h>
|
|
#include <netinet/tcp.h>
|
|
#include <sys/un.h>
|
|
#include <arpa/inet.h>
|