Diff between 2e772c22ef1c0ccfaf9e316f55d35f34d43ef943 and c43a49ba67f825c1f3f518395b5577ad9b34a001
Changed Files
| File | Additions | Deletions | Status |
| btio/btio.c | +5 | -0 | modified |
Full Patch
diff --git a/btio/btio.c b/btio/btio.c
index 44c2f9b..bbf1208 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -21,6 +21,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>