Commit e038e577 authored by Michael Sherman's avatar Michael Sherman
Browse files

Use stdlib.h for malloc, NOT malloc.h!

parent 7e73fadc
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <stdio.h> #include <stdio.h>
#include <malloc.h> #include <stdlib.h>
/* -------------------------------------------------------------------------- /* --------------------------------------------------------------------------
* MODELING AND SIMULATION PARAMETERS * MODELING AND SIMULATION PARAMETERS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment