| | @@ -1,5 +1,6 @@ |
| 1 | +#ifdef FOSSIL_ENABLE_JSON |
| 1 | 2 | /* auto-generated! Do not edit! */ |
| 2 | 3 | /* begin file include/wh/cson/cson.h */ |
| 3 | 4 | #if !defined(WANDERINGHORSE_NET_CSON_H_INCLUDED) |
| 4 | 5 | #define WANDERINGHORSE_NET_CSON_H_INCLUDED 1 |
| 5 | 6 | |
| | @@ -2381,5 +2382,7 @@ |
| 2381 | 2382 | #endif |
| 2382 | 2383 | |
| 2383 | 2384 | #endif /* CSON_ENABLE_SQLITE3 */ |
| 2384 | 2385 | #endif /* WANDERINGHORSE_NET_CSON_SQLITE3_H_INCLUDED */ |
| 2385 | 2386 | /* end file include/wh/cson/cson_sqlite3.h */ |
| 2387 | + |
| 2388 | +#endif /* FOSSIL_ENABLE_JSON */ |
| 2386 | 2389 | |