conf: add missing headers

parent f4274ae8
...@@ -26,14 +26,17 @@ ...@@ -26,14 +26,17 @@
#include "config.h" #include "config.h"
#include <stdio.h> #include <stdio.h>
#include <linux/magic.h>
#include <net/if.h> #include <net/if.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>
#include <stdbool.h>
#include <sys/vfs.h>
#if HAVE_SYS_RESOURCE_H #if HAVE_SYS_RESOURCE_H
#include <sys/resource.h> #include <sys/resource.h>
#endif #endif
#include <stdbool.h>
#include "list.h" #include "list.h"
#include "ringbuf.h" #include "ringbuf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment