blob: 1608deeb28749e00c18107482cc9c34de3ec2fb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: xmlrpc_config.h.in
===================================================================
--- xmlrpc_config.h.in (revision 2387)
+++ xmlrpc_config.h.in (working copy)
@@ -26,6 +26,10 @@
#ifndef XMLRPC_CONFIG_H_INCLUDED
#define XMLRPC_CONFIG_H_INCLUDED
+#if defined(__FreeBSD__)
+ #include <sys/cdefs.h>
+#endif
+
/* We hope to replace xmlrpc_amconfig.h some day with something that
doesn't require a whole special set of software to build, to make
Xmlrpc-c approachable by dumber developers.
|