Browse Source

put conditional include where it belongs

pull/497/head
andy5995 6 years ago
parent
commit
b9e916d16e
No known key found for this signature in database GPG Key ID: 6BFEC9B82603CAF
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      json.h

+ 4
- 4
json.h View File

@@ -31,12 +31,12 @@ extern "C" {
#include "json_object_iterator.h"
#include "json_c_version.h"

#ifdef __cplusplus
}
#endif

#ifdef TEST
#include "test_common.h"
#endif

#ifdef __cplusplus
}
#endif

#endif

Loading…
Cancel
Save