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