summaryrefslogtreecommitdiff
path: root/accel-pptpd/logs
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-12-27 18:38:46 +0300
committerKozlov Dmitry <dima@server>2010-12-27 18:38:46 +0300
commit73b6989bdc0066caa4d8c351127345d7785feb92 (patch)
tree657627aea5e11304be5de0e29c6582101afb521c /accel-pptpd/logs
parent330c5a3c8a531d79a2f87953806ef47f61262e14 (diff)
downloadaccel-ppp-xebd-73b6989bdc0066caa4d8c351127345d7785feb92.tar.gz
accel-ppp-xebd-73b6989bdc0066caa4d8c351127345d7785feb92.zip
fix compilation warnings
Diffstat (limited to 'accel-pptpd/logs')
-rw-r--r--accel-pptpd/logs/log_file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/logs/log_file.c b/accel-pptpd/logs/log_file.c
index 08a6053..e435757 100644
--- a/accel-pptpd/logs/log_file.c
+++ b/accel-pptpd/logs/log_file.c
@@ -6,6 +6,8 @@
#include <unistd.h>
#include <limits.h>
#include <aio.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include "log.h"
#include "events.h"