summaryrefslogtreecommitdiffstats
path: root/src/polypcore/dynarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/dynarray.c')
-rw-r--r--src/polypcore/dynarray.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/dynarray.c b/src/polypcore/dynarray.c
index 435fd768..1aff7f51 100644
--- a/src/polypcore/dynarray.c
+++ b/src/polypcore/dynarray.c
@@ -27,8 +27,9 @@
#include <assert.h>
#include <stdlib.h>
+#include <polypcore/xmalloc.h>
+
#include "dynarray.h"
-#include "xmalloc.h"
/* If the array becomes to small, increase its size by 100 entries */
#define INCREASE_BY 100