summaryrefslogtreecommitdiff
path: root/perl_inc_macro.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-11-14 14:01:33 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-11-14 14:01:33 +0000
commitea5f21e3a29198cb9936ff7a47fa5df9afebf6ba (patch)
treec75114c3f32531e3c76c2407b1fba9390ba315b6 /perl_inc_macro.h
parent734a2a8ac7a2d32958fdee90c42e0e12a1c6e365 (diff)
downloadperl-ea5f21e3a29198cb9936ff7a47fa5df9afebf6ba.tar.gz
Fix Windows build failure introduced by 7d00a3405c
Diffstat (limited to 'perl_inc_macro.h')
-rw-r--r--perl_inc_macro.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl_inc_macro.h b/perl_inc_macro.h
index 892af1e2e3..5a2f20dfae 100644
--- a/perl_inc_macro.h
+++ b/perl_inc_macro.h
@@ -165,6 +165,9 @@
#ifndef INCPUSH_PERL_VENDORLIB_EXP
#define INCPUSH_PERL_VENDORLIB_EXP
#endif
+#ifndef INCPUSH_ARCHLIB_EXP
+#define INCPUSH_ARCHLIB_EXP
+#endif
#ifndef INCPUSH_PRIVLIB_EXP
#define INCPUSH_PRIVLIB_EXP
#endif
@@ -187,4 +190,4 @@
#define INCPUSH_PERL_OTHERLIBDIRS_ARCHONLY
#endif
-#endif /* DEFINE_INC_MACROS */ \ No newline at end of file
+#endif /* DEFINE_INC_MACROS */