diff options
author | Max Kellermann <max@duempel.org> | 2014-01-07 23:57:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-07 23:57:39 +0100 |
commit | 3f3ae48ff40f1e15dcbebb2219d628069023810b (patch) | |
tree | b995223f247074966541e085d7beecf5074ab7e6 /test/run_resolver.cxx | |
parent | 27ca0db7a6143d2e479ff1ae52ec7c349ab1d4f2 (diff) |
test: add missing includes
Diffstat (limited to 'test/run_resolver.cxx')
-rw-r--r-- | test/run_resolver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_resolver.cxx b/test/run_resolver.cxx index aba7238ec..7a0ea3b64 100644 --- a/test/run_resolver.cxx +++ b/test/run_resolver.cxx @@ -30,6 +30,7 @@ #include <netdb.h> #endif +#include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) |