Преглед на файлове

Include realloc() in dmmlib.h

Ioannis Koutras преди 13 години
родител
ревизия
190fa09c88
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      include/dmmlib/dmmlib.h

+ 2 - 1
include/dmmlib/dmmlib.h

@@ -17,8 +17,9 @@
 
 #ifndef DMMLIB_H
 #define DMMLIB_H
-#include <dmmlib/heap.h>
 #include "dmm_config.h"
+#include <dmmlib/heap.h>
+#include <dmmlib/custom_realloc.h>
 
 void * custom_ahmalloc(allocator_t* allocator, heap_t* heap, size_t size);
 void custom_ahfree(allocator_t *allocator, heap_t* heap, void *ptr);