aboutsummaryrefslogtreecommitdiffstats
path: root/prism/pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'prism/pack.h')
-rw-r--r--prism/pack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/pack.h b/prism/pack.h
index cfdc251fe6..0b0b4b19cc 100644
--- a/prism/pack.h
+++ b/prism/pack.h
@@ -6,6 +6,8 @@
#ifndef PRISM_PACK_H
#define PRISM_PACK_H
+#include "prism/defines.h"
+
// We optionally support parsing String#pack templates. For systems that don't
// want or need this functionality, it can be turned off with the
// PRISM_EXCLUDE_PACK define.
@@ -15,8 +17,6 @@ void pm_pack_parse(void);
#else
-#include "prism/defines.h"
-
#include <stdint.h>
#include <stdlib.h>