summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 8e79023589..90791f980e 100644
--- a/handy.h
+++ b/handy.h
@@ -105,7 +105,7 @@
Andy Dougherty April 1998
*/
-#ifdef I_INTTYPES
+#if defined(UINT8_MAX) && defined(INT16_MAX) && defined(INT32_MAX)
typedef int8_t I8;
typedef uint8_t U8;