aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 5fcd21c..9779f78 100644
--- a/utils.h
+++ b/utils.h
@@ -11,6 +11,10 @@
#include <string.h>
#include <unistd.h>
+#ifndef auto
+#define auto __auto_type
+#endif
+
#define S1(x) #x
#define S2(x) S1(x)