summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pemagine/pe_api.h')
-rw-r--r--include/pemagine/pe_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pe_api.h b/include/pemagine/pe_api.h
index 8a1e9f8..e192484 100644
--- a/include/pemagine/pe_api.h
+++ b/include/pemagine/pe_api.h
@@ -2,7 +2,7 @@
#define PE_API_H
/* portable integer types */
-#if defined (MIDIPIX_FREESTANDING)
+#if defined (_MIDIPIX_FREESTANDING)
#include <psxtypes/psxtypes.h>
#else
#include <stdint.h>