diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-14 16:09:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-14 16:09:39 +0000 |
commit | 004697d45d2a5ed5a4c4e83cbd12ac53fbf114d9 (patch) | |
tree | 2413bc4495482d5286bfb8cf26f9cb86dd88ef0a /comms/linrad/files/patch-uidef.h | |
parent | Update to 2.0.99 and make fetcheable again. (diff) |
Add linrad, Amateur Radio DSP utility (SDR)
PR: ports/68873
Submitted by: Diane Bruce <db@heceta.db.net>
Diffstat (limited to 'comms/linrad/files/patch-uidef.h')
-rw-r--r-- | comms/linrad/files/patch-uidef.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-uidef.h b/comms/linrad/files/patch-uidef.h new file mode 100644 index 000000000000..11bfbf0bf30f --- /dev/null +++ b/comms/linrad/files/patch-uidef.h @@ -0,0 +1,9 @@ +--- uidef.h.orig Tue May 18 09:43:30 2004 ++++ uidef.h Thu Jul 8 18:27:42 2004 +@@ -1,4 +1,5 @@ +-#include <arpa/inet.h> ++#include <sys/types.h> ++#include <netinet/in.h> + + #define MAX_FLOWCNT 31 + |