aboutsummaryrefslogtreecommitdiff
path: root/hexloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'hexloader.c')
-rw-r--r--hexloader.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hexloader.c b/hexloader.c
index 557da89..48c0c35 100644
--- a/hexloader.c
+++ b/hexloader.c
@@ -20,6 +20,11 @@
#if (PD_MINOR_VERSION >= 40)
+#if (PD_MINOR_VERSION < 42)
+// with 0.42 the loader_t made it into s_stuff.h
+# define MISSING_LOADER_T 1
+#endif
+
#include "s_stuff.h"
#include "g_canvas.h"
#include <stdio.h>