Parcourir la source

Fixes #1869 undefined `struct timeval` on alpine linux

Stefan Profanter il y a 6 ans
Parent
commit
1ac542c60b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>