diff --git a/src/hashtable.c b/src/hashtable.c index 1508d74..5e97f85 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -5,14 +5,14 @@ * it under the terms of the MIT license. See LICENSE for details. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif #include #include -#if HAVE_STDINT_H +#ifdef HAVE_STDINT_H #include #endif