macOS build fix

This commit is contained in:
Brian Cox 2019-09-28 19:24:08 -07:00
parent ce0189dc1e
commit 70cd4ab27d
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
#ifndef CONFIG_H
#define CONFIG_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#if HAVE_CONFIG_H
# include <config.h>
#endif
#if HAVE_STDINT_H
# include <stdint.h>
#endif
// define this if you want the library to throw exceptions when things go wrong