ソースを参照

Fixes #1869 undefined `struct timeval` on alpine linux

Stefan Profanter 6 年 前
コミット
1ac542c60b
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/server/ua_services_discovery_multicast.c

+ 1 - 0
src/server/ua_services_discovery_multicast.c

@@ -33,6 +33,7 @@
 # endif
 #else
 # include <unistd.h> //access
+# include <sys/time.h> // struct timeval
 #endif
 
 #include <fcntl.h>