freebsd-ports/audio/pd/files/patch-src_x_list.c
Martin Wilke 5080fa145c - Update to 0.4.2
PR:             110825
Submitted by:   Rasmus Kaj<kaj@kth.se>
2007-03-27 12:23:05 +00:00

12 lines
244 B
C

--- src/x_list.c.orig Fri Nov 3 05:22:20 2006
+++ src/x_list.c Sun Mar 25 01:34:15 2007
@@ -7,7 +7,8 @@
#ifdef MSW
#include <malloc.h>
#else
-#include <alloca.h>
+#include <stdlib.h>
+/*#include <alloca.h>*/
#endif
extern t_pd *newest;