OpenBSD build fixes

Closes #3474. Thanks to Stuart Henderson
This commit is contained in:
Roger A. Light
2026-02-06 14:22:54 +00:00
committed by Roger Light
parent 5ce4f07f6a
commit 0a64c1de23
8 changed files with 38 additions and 14 deletions

View File

@@ -32,6 +32,7 @@ Contributors:
#include <time.h>
#ifndef WIN32
# include <netinet/in.h>
# include <unistd.h>
#endif

View File

@@ -23,6 +23,7 @@ extern "C" {
#endif
#include <cjson/cJSON.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>