diff options
-rw-r--r-- | tools/plistutil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/plistutil.c b/tools/plistutil.c index d4bbbbe..dbbfbf6 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c @@ -20,6 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "plist/plist.h" |