diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-30 19:58:45 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-30 19:58:48 +0100 |
commit | d364884471614988e500e2d5412f7aeac00eb9d2 (patch) | |
tree | b8c7fb738050de5d01ad6d00730ee793b34bd394 /file.c | |
parent | 30fff08a44094df9b775f2e4bf9f5abceb847415 (diff) |
fix compile errors
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,8 +17,13 @@ * limitations under the License. */ +#define _BSD_SOURCE +#define _XOPEN_SOURCE 700 + #include <sys/types.h> #include <sys/dir.h> +#include <time.h> +#include <strings.h> #include <libubox/blobmsg.h> |