diff options
author | Cristian RodrÃguez <crrodriguez@opensuse.org> | 2012-12-23 18:59:41 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-23 18:59:41 -0800 |
commit | c43a49ba67f825c1f3f518395b5577ad9b34a001 (patch) | |
tree | ccd2b817ae04f98e6a0a5a7c9731731f3b0bb07f /btio | |
parent | 2e772c22ef1c0ccfaf9e316f55d35f34d43ef943 (diff) |
btio: Fix missing config.h includes
Diffstat (limited to 'btio')
-rw-r--r-- | btio/btio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/btio/btio.c b/btio/btio.c index 44c2f9bfa..bbf120820 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> |