diff options
Diffstat (limited to 'devel/libshbuf/files/patch-shbuf.c')
-rw-r--r-- | devel/libshbuf/files/patch-shbuf.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libshbuf/files/patch-shbuf.c b/devel/libshbuf/files/patch-shbuf.c new file mode 100644 index 000000000000..56cb781c214a --- /dev/null +++ b/devel/libshbuf/files/patch-shbuf.c @@ -0,0 +1,10 @@ +--- src/shbuf.c.orig Mon May 6 22:37:36 2002 ++++ src/shbuf.c Mon May 6 22:38:02 2002 +@@ -24,6 +24,7 @@ + #include <signal.h> + #include <errno.h> + #include <stdio.h> ++#include <string.h> + + #include "shbuf.h" + #include "internal.h" |