Преглед изворни кода

Fix dsm compilation when udp.h is not present

Jean-Baptiste Kempf пре 10 година
родитељ
комит
80a5c0be65
1 измењених фајлова са 0 додато и 1 уклоњено
  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>