Explorar o código

Fixes #1869 undefined `struct timeval` on alpine linux

Stefan Profanter %!s(int64=6) %!d(string=hai) anos
pai
achega
1ac542c60b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>