diff options
Diffstat (limited to 'update.c')
-rw-r--r-- | update.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "internal.h" | 26 | #include "internal.h" |
27 | #include <linux/unistd.h> | 27 | #include <sys/syscall.h> |
28 | #include <sys/param.h> | 28 | #include <sys/param.h> |
29 | #include <sys/syslog.h> | 29 | #include <sys/syslog.h> |
30 | 30 | ||