diff options
author | Diane Bruce <db@FreeBSD.org> | 2007-09-28 02:23:00 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2007-09-28 02:23:00 +0000 |
commit | 34bbe66dd28e4e62cb9ae9a0b52348c8ec9ffe3e (patch) | |
tree | a210198410a9b071fc56dad77782904fd98916ab /comms/linrad/files/patch-lsettx.c | |
parent | - Update to 0.07 (diff) |
- Update to 2.38
Diffstat (limited to 'comms/linrad/files/patch-lsettx.c')
-rw-r--r-- | comms/linrad/files/patch-lsettx.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-lsettx.c b/comms/linrad/files/patch-lsettx.c new file mode 100644 index 000000000000..3afb7f8f5a63 --- /dev/null +++ b/comms/linrad/files/patch-lsettx.c @@ -0,0 +1,10 @@ +--- lsettx.c.orig Thu Sep 27 21:53:04 2007 ++++ lsettx.c Thu Sep 27 21:53:16 2007 +@@ -5,6 +5,7 @@ + #include <ctype.h> + #include <math.h> + #include <semaphore.h> ++#include <pthread.h> + + #include "globdef.h" + #include "uidef.h" |