summaryrefslogtreecommitdiff
path: root/comms/scmxx/files/patch-src-helper_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scmxx/files/patch-src-helper_str.c')
-rw-r--r--comms/scmxx/files/patch-src-helper_str.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/scmxx/files/patch-src-helper_str.c b/comms/scmxx/files/patch-src-helper_str.c
new file mode 100644
index 000000000000..fc836ec4167c
--- /dev/null
+++ b/comms/scmxx/files/patch-src-helper_str.c
@@ -0,0 +1,10 @@
+--- src/helper/str.c.orig Thu Jul 14 10:37:13 2005
++++ src/helper/str.c Thu Jul 14 17:52:39 2005
+@@ -12,6 +12,7 @@
+ #include "helper.h"
+ #include <string.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+
+ char* strn_dup (const char* input, size_t insize) {
+ void* retval;