Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11544/src
Modified Files: Tag: devel_0_39 m_hash.c Log Message: now correct header for malloc...
Index: m_hash.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/m_hash.c,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -C2 -d -r1.1.2.7 -r1.1.2.8 *** m_hash.c 25 Apr 2006 16:12:15 -0000 1.1.2.7 --- m_hash.c 26 Apr 2006 13:19:09 -0000 1.1.2.8 *************** *** 5,9 ****
#include "m_pd.h" ! #include <string.h> #include <stdio.h>
--- 5,9 ----
#include "m_pd.h" ! #include <stdlib.h> #include <stdio.h>