summaryrefslogtreecommitdiff
path: root/accel-pptpd/logs/log_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/logs/log_file.c')
-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"