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

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>