Skip to content

Commit

Permalink
patch to compile with FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
cwieninger committed Nov 23, 2010
1 parent 0ce41c5 commit 21c19b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#include <stdint.h>
#include <unistd.h>
#include <string>
#ifdef __FreeBSD__
#include <sys/socket.h>
#include <netinet/in.h>
#endif
#include <arpa/inet.h>
#include <vdr/tools.h>
#include <vdr/menuitems.h>
Expand Down

0 comments on commit 21c19b3

Please sign in to comment.