diff options
author | Kozlov Dmitry <dima@server> | 2010-12-27 18:38:46 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-12-27 18:38:46 +0300 |
commit | 73b6989bdc0066caa4d8c351127345d7785feb92 (patch) | |
tree | 657627aea5e11304be5de0e29c6582101afb521c /accel-pptpd/logs/log_file.c | |
parent | 330c5a3c8a531d79a2f87953806ef47f61262e14 (diff) | |
download | accel-ppp-73b6989bdc0066caa4d8c351127345d7785feb92.tar.gz accel-ppp-73b6989bdc0066caa4d8c351127345d7785feb92.zip |
fix compilation warnings
Diffstat (limited to 'accel-pptpd/logs/log_file.c')
-rw-r--r-- | accel-pptpd/logs/log_file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/logs/log_file.c b/accel-pptpd/logs/log_file.c index 08a60537..e4357573 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" |