duh! added patch for opal

This commit is contained in:
Manuel Friedli 2008-11-06 19:14:59 +00:00
parent 8951e57cf2
commit 1ef1df627e
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- plugins/audio/LPC_10/src/lpcini.c.orig 2008-09-24 23:01:05.000000000 -0400
+++ plugins/audio/LPC_10/src/lpcini.c 2008-09-25 00:39:34.000000000 -0400
@@ -50,6 +50,8 @@
#ifdef _MSC_VER
#include <malloc.h>
#endif
+#else
+ extern void * malloc();
#endif
/* Common Block Declarations */