mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
hashtable: change to ifdef
All other usages use ifdef.
This commit is contained in:
parent
7e04530916
commit
1894366598
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue