summaryrefslogtreecommitdiffstats
path: root/src/path-prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-prefix.h')
-rw-r--r--src/path-prefix.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index 77fd90da5..1c17ce2d8 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -13,7 +13,9 @@
#ifndef SEEN_PATH_PREFIX_H
#define SEEN_PATH_PREFIX_H
-#include "require-config.h" // INKSCAPE_DATADIR
+#ifndef INKSCAPE_DATADIR
+# error "INKSCAPE_DATADIR undefined. Must #include config.h before anything else."
+#endif
#include "prefix.h"
//#ifdef __cplusplus