Przeglądaj źródła

Fix dsm compilation when udp.h is not present

Jean-Baptiste Kempf 10 lat temu
rodzic
commit
80a5c0be65
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      bin/dsm.c

+ 0 - 1
bin/dsm.c

@@ -43,7 +43,6 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>
-#include <netinet/udp.h>
 #include <arpa/inet.h>
 
 #include <getopt.h>