diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 14:13:56 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 14:13:56 +0100 |
commit | 73c843c1186c74e897022a3edb88d0d4f0ff27dc (patch) | |
tree | 812d0d4403568317b2c66d02debdc538ce7a1304 /utils.h | |
parent | fe30b6f9644aefe93b17f8562ff2368aab9c982d (diff) |
clean up / fix #include
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ #include <string.h> #include <errno.h> #include <stdlib.h> +#include <alloca.h> +#include <time.h> #include <unistd.h> struct uh_addr { |