Browse Source

Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available)

tags/json-c-0.13-20171207
James Myatt 10 years ago
parent
commit
0137103f4b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      linkhash.c

+ 2
- 0
linkhash.c View File

@@ -10,6 +10,8 @@
*
*/

#include "config.h"

#include <stdio.h>
#include <string.h>
#include <stdlib.h>


Loading…
Cancel
Save