diff --git a/include/dynstr.h b/include/dynstr.h index c50c515..a2e8f41 100644 --- a/include/dynstr.h +++ b/include/dynstr.h @@ -19,7 +19,7 @@ #include -#if __STDC_VERSION < 199901L +#if __STDC_VERSION__ < 199901L #error C99 support is mandatory for dynstr #endif /* __STDC_VERSION < 199901L */