diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-13 00:58:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:31 +0200 |
commit | 09684003ad0353884863318c956b621b429a4d1f (patch) | |
tree | 61dcaeee465e6d5aa1383f5b6f4255d62da60b08 /libraries/gsm/patches/gsm-1.0.12-memcpy.patch | |
parent | 562ec46f42a1c6caeac72c1bfda0c44c59a16b7b (diff) |
libraries/gsm: Added to 13.0 repository
Diffstat (limited to 'libraries/gsm/patches/gsm-1.0.12-memcpy.patch')
-rw-r--r-- | libraries/gsm/patches/gsm-1.0.12-memcpy.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/gsm/patches/gsm-1.0.12-memcpy.patch b/libraries/gsm/patches/gsm-1.0.12-memcpy.patch new file mode 100644 index 0000000000000..fc3c1ce232d93 --- /dev/null +++ b/libraries/gsm/patches/gsm-1.0.12-memcpy.patch @@ -0,0 +1,11 @@ +diff -ur gsm-1.0-pl12.orig/src/code.c gsm-1.0-pl12/src/code.c +--- gsm-1.0-pl12.orig/src/code.c 2006-04-26 22:16:50.000000000 +0300 ++++ gsm-1.0-pl12/src/code.c 2007-08-19 12:18:01.000000000 +0300 +@@ -8,6 +8,7 @@ + + #include "config.h" + ++#include <string.h> + + #ifdef HAS_STDLIB_H + #include <stdlib.h> |