diff options
Diffstat (limited to 'gobex/gobex-defs.c')
-rw-r--r-- | gobex/gobex-defs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gobex/gobex-defs.c b/gobex/gobex-defs.c index f1f3b38ff..c184c9c91 100644 --- a/gobex/gobex-defs.c +++ b/gobex/gobex-defs.c @@ -19,6 +19,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <glib.h> #include "gobex-defs.h" |