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-uivar.c | |
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-uivar.c')
-rw-r--r-- | comms/linrad/files/patch-uivar.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-uivar.c b/comms/linrad/files/patch-uivar.c new file mode 100644 index 000000000000..58be3bee833e --- /dev/null +++ b/comms/linrad/files/patch-uivar.c @@ -0,0 +1,11 @@ +--- uivar.c.orig Tue May 18 09:43:30 2004 ++++ uivar.c Thu Jul 8 14:17:52 2004 +@@ -2,7 +2,7 @@ + #include "globdef.h" + #include "uidef.h" + #include "conf.h" +- ++#include <netinet/in.h> + + + ROUTINE par_from_keyboard_routine; |