Skip to content

Instantly share code, notes, and snippets.

@jonm
Created October 4, 2015 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonm/181307481a2addccf2d2 to your computer and use it in GitHub Desktop.
Save jonm/181307481a2addccf2d2 to your computer and use it in GitHub Desktop.
`utility.c` is trying to include `malloc.h`
[~/src/SillyMUD/src]$ make
gcc -g -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP -DGROUP_NAMES -c -o utility.o utility.c
utility.c:8:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
make: *** [utility.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment