summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/inspircd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 13a94331a..7c6682b95 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -31,10 +31,6 @@
#define CUSTOM_PRINTF(STRING, FIRST)
#endif
-#ifndef PATH_MAX
-#define PATH_MAX 4096
-#endif
-
// Required system headers.
#include <ctime>
#include <cstdarg>
@@ -65,6 +61,10 @@
#include "inspstring.h"
#include "protocol.h"
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
/**
* Used to define the maximum number of parameters a command may have.
*/