diff options
Diffstat (limited to 'compat_reallocarray.c')
-rw-r--r-- | compat_reallocarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat_reallocarray.c b/compat_reallocarray.c index 5fabd0b2..6e96a6ab 100644 --- a/compat_reallocarray.c +++ b/compat_reallocarray.c @@ -1,6 +1,6 @@ #include "config.h" -#ifdef HAVE_REALLOCARRAY +#if HAVE_REALLOCARRAY int dummy; |