diff options
Diffstat (limited to 'accel-pptpd/cli/telnet.c')
-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 ab560337..35af3160 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" |