Selaa lähdekoodia

dfs_posix.h改为sys/ioctl.h

Z.Y.Ma 4 vuotta sitten
vanhempi
sitoutus
3bf60a8729
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/lssdp.c

+ 1 - 1
src/lssdp.c

@@ -6,7 +6,7 @@
 #include <errno.h>      // errno
 #include <unistd.h>     // close
 #include <sys/time.h>   // gettimeofday
-#include <dfs_posix.h>  // ioctl, FIONBIO
+#include <sys/ioctl.h>
 #include <sys/select.h>
 #include <fcntl.h>      // fcntl, F_GETFD, F_SETFD, FD_CLOEXEC
 #include <sys/socket.h> // struct sockaddr, AF_INET, SOL_SOCKET, socklen_t, setsockopt, socket, bind, sendto, recvfrom