Procházet zdrojové kódy

Fixes #1869 undefined `struct timeval` on alpine linux

Stefan Profanter před 6 roky
rodič
revize
1ac542c60b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>