diff options
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r-- | Include/allobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 348f04e..dd78a83 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -50,7 +50,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "fileobject.h" #include "errors.h" -#include "malloc.h" +#include "mymalloc.h" extern char *strdup PROTO((const char *)); extern void fatal PROTO((char *)); |