summaryrefslogtreecommitdiff
path: root/auto_tests/network_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/network_test.c')
-rw-r--r--auto_tests/network_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_tests/network_test.c b/auto_tests/network_test.c
index 9ae1ddcb..67090f74 100644
--- a/auto_tests/network_test.c
+++ b/auto_tests/network_test.c
@@ -2,7 +2,8 @@
2#include "config.h" 2#include "config.h"
3#endif 3#endif
4 4
5#include <check.h> 5#include "check_compat.h"
6
6#include <errno.h> 7#include <errno.h>
7#include <stdint.h> 8#include <stdint.h>
8#include <stdlib.h> 9#include <stdlib.h>