diff options
Diffstat (limited to 'audio/libworkman/files/patch-ac')
-rw-r--r-- | audio/libworkman/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/libworkman/files/patch-ac b/audio/libworkman/files/patch-ac new file mode 100644 index 000000000000..5741f350463f --- /dev/null +++ b/audio/libworkman/files/patch-ac @@ -0,0 +1,11 @@ +--- wm_helpers.c.orig Sun Aug 8 21:05:58 1999 ++++ wm_helpers.c Sun Aug 8 21:06:12 1999 +@@ -30,7 +30,7 @@ + + #include <stdio.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <errno.h> + #include <stdarg.h> + #include <sys/time.h> |