hashtable: change to ifdef

All other usages use ifdef.
This commit is contained in:
Rosen Penev 2022-08-22 18:13:57 -07:00 committed by GitHub
parent 7e04530916
commit 1894366598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <jansson_private_config.h>
#endif
#include <stdlib.h>
#include <string.h>
#if HAVE_STDINT_H
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif