diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-01-07 19:19:44 +0100 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-01-07 19:19:44 +0100 |
| commit | 1dd83cf7e527ff29d734f6a2c8f9b61d39b41d94 (patch) | |
| tree | da5185757a055488bdc9cbb7d17077a8f36596a9 /tests/test_schema.c | |
| parent | 1e2f270469c61337ef7f5f92ab93f691e5d86492 (diff) | |
Import libucl 0.9.3vendor/libucl/0.9.3vendor/libucl
Diffstat (limited to 'tests/test_schema.c')
| -rw-r--r-- | tests/test_schema.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test_schema.c b/tests/test_schema.c index 675764925507..cfc6aafdefe1 100644 --- a/tests/test_schema.c +++ b/tests/test_schema.c @@ -21,10 +21,15 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "ucl.h" +#include "ucl_internal.h" + #include <stdio.h> #include <errno.h> + +#ifndef _WIN32 #include <unistd.h> -#include "ucl.h" +#endif static int read_stdin (char **buf) |
