ソースを参照

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