summaryrefslogtreecommitdiff
path: root/obexd/plugins
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2012-12-23 18:59:25 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-23 18:59:25 -0800
commit2e772c22ef1c0ccfaf9e316f55d35f34d43ef943 (patch)
treef0e7cfa93775d7a12f040623e954e97144bf9069 /obexd/plugins
parent88f16bcf2592269dade3809a8ba95ac9c0dcd2b9 (diff)
downloadbluez-2e772c22ef1c0ccfaf9e316f55d35f34d43ef943.tar.gz
obexd: Fix missing config.h includes
Diffstat (limited to 'obexd/plugins')
-rw-r--r--obexd/plugins/phonebook-tracker.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index 2fd7ba12e..433f95a7b 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -20,6 +20,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <string.h>
#include <stdlib.h>
#include <time.h>