Skip to content

Commit

Permalink
Fix dsm compilation when udp.h is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 27, 2015
1 parent 1906a9e commit 80a5c0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/dsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 80a5c0b

Please sign in to comment.