diff options
Diffstat (limited to 'libobjc/memory.c')
-rw-r--r-- | libobjc/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/memory.c b/libobjc/memory.c index ee28f82..a439e58 100644 --- a/libobjc/memory.c +++ b/libobjc/memory.c @@ -41,7 +41,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc/runtime.h" #if OBJC_WITH_GC -#include <gc.h> +#include <gc/gc.h> void * objc_malloc (size_t size) |