Parcourir la source

Merge pull request #11 from cndabai/master

dfs_posix.h改为sys/ioctl.h
朱天龙 (Armink) il y a 4 ans
Parent
commit
85addce41b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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