Просмотр исходного кода

Merge pull request #11 from cndabai/master

dfs_posix.h改为sys/ioctl.h
朱天龙 (Armink) 4 лет назад
Родитель
Сommit
85addce41b
1 измененных файлов с 1 добавлено и 1 удалено
  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