Commit 3f3ae48f authored by Max Kellermann's avatar Max Kellermann

test: add missing includes

parent 27ca0db7
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
const char * const char *
config_get_string(gcc_unused enum ConfigOption option, config_get_string(gcc_unused enum ConfigOption option,
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#include "Log.hxx" #include "Log.hxx"
#include <assert.h> #include <assert.h>
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <assert.h> #include <assert.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_LOCALE_H #ifdef HAVE_LOCALE_H
#include <locale.h> #include <locale.h>
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#include "Log.hxx" #include "Log.hxx"
#include "stdbin.h" #include "stdbin.h"
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h> #include <stddef.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -36,6 +36,8 @@ ...@@ -36,6 +36,8 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h> #include <errno.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
EventLoop *main_loop; EventLoop *main_loop;
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <netdb.h> #include <netdb.h>
#endif #endif
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
int main(int argc, char **argv) int main(int argc, char **argv)
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include "stdbin.h" #include "stdbin.h"
#include "Log.hxx" #include "Log.hxx"
#include <stdio.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.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