소스 검색

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>