aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc.cpp')
-rw-r--r--src/malloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/malloc.cpp b/src/malloc.cpp
index a14b1727..6bd4639e 100644
--- a/src/malloc.cpp
+++ b/src/malloc.cpp
@@ -47,7 +47,7 @@
#include <new>
#include "proj.h"
-#include "projects.h"
+#include "proj_internal.h"
/**********************************************************************/
void *pj_malloc(size_t size) {