diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-12-25 15:21:09 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-12-25 15:21:09 +0300 |
commit | a6da012c288e2759e8985482da397a8a4cd874b2 (patch) | |
tree | c389177c1b10c982c6f95ed2f06d6d3b8fa11905 /accel-pptpd | |
parent | 436fcaafd47497d17b74aae216d81a62ab358746 (diff) | |
download | accel-ppp-a6da012c288e2759e8985482da397a8a4cd874b2.tar.gz accel-ppp-a6da012c288e2759e8985482da397a8a4cd874b2.zip |
fix complilation issue
Diffstat (limited to 'accel-pptpd')
-rw-r--r-- | accel-pptpd/cli/telnet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/cli/telnet.c b/accel-pptpd/cli/telnet.c index ab56033..35af316 100644 --- a/accel-pptpd/cli/telnet.c +++ b/accel-pptpd/cli/telnet.c @@ -11,6 +11,8 @@ #include <arpa/telnet.h> #include <netinet/in.h> #include <sys/socket.h> +#include <sys/stat.h> +#include <sys/types.h> #include "triton.h" #include "log.h" |