[xmlrpc-c] Fix MacOS build

This commit is contained in:
Jakub Karolczyk
2023-07-04 10:42:38 +01:00
parent ab211c542a
commit 921eebdbea
4 changed files with 15 additions and 0 deletions
@@ -3,7 +3,12 @@
#include <stdarg.h>
#ifdef __APPLE__
#include <strings.h>
#else
#include <string.h>
#endif
#include "xmlrpc_config.h"
#include "c_util.h"