diff options
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" |