]> git.pld-linux.org Git - packages/acm.git/blobdiff - acm-malloc.patch
- fixed
[packages/acm.git] / acm-malloc.patch
index 1da7c1d942420696373dd17ba3a596b4907c8155..4285cb0587fa5dd1d759746bbfadd990cf336845 100644 (file)
@@ -5,7 +5,7 @@
  #endif
  
 -extern char *malloc();
-+extern void *malloc();
++#include <stdlib.h>
  unsigned Image_Size();
  Atom wm_protocols;
  Atom wm_delete_window;
This page took 0.092646 seconds and 4 git commands to generate.