Преглед на файлове

Tests: Fix discovery test indcludes on OpenBSD

Julius Pfrommer преди 6 години
родител
ревизия
b33902c0d2
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tests/server/check_discovery.c

+ 3 - 0
tests/server/check_discovery.c

@@ -10,6 +10,9 @@
 #include "thread_wrapper.h"
 
 #include <fcntl.h>
+#ifndef WIN32
+#include <sys/stat.h>
+#endif
 #include <check.h>
 
 #ifndef _WIN32