diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
