summaryrefslogtreecommitdiffstats
path: root/src/polypcore/modargs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/modargs.c')
-rw-r--r--src/polypcore/modargs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/modargs.c b/src/polypcore/modargs.c
index 713326bf..63cc779d 100644
--- a/src/polypcore/modargs.c
+++ b/src/polypcore/modargs.c
@@ -28,13 +28,14 @@
#include <stdlib.h>
#include <string.h>
+#include <polyp/xmalloc.h>
+
#include <polypcore/hashmap.h>
#include <polypcore/idxset.h>
#include <polypcore/sample-util.h>
#include <polypcore/namereg.h>
#include <polypcore/sink.h>
#include <polypcore/source.h>
-#include <polypcore/xmalloc.h>
#include <polypcore/util.h>
#include "modargs.h"