macOS build fix
This commit is contained in:
parent
ce0189dc1e
commit
70cd4ab27d
|
@ -1,8 +1,12 @@
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
#include <config.h>
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if HAVE_STDINT_H
|
||||||
|
# include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// define this if you want the library to throw exceptions when things go wrong
|
// define this if you want the library to throw exceptions when things go wrong
|
||||||
|
|
Loading…
Reference in New Issue