summaryrefslogtreecommitdiff
path: root/src/discovery-client.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-04 15:45:01 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-04 15:45:01 +0000
commit6e71b391494a265ecfe80691d8acfd8340d3eab2 (patch)
tree5937f6a5d589100b5b9ccbf98fb0ea986964102a /src/discovery-client.c
parent09ec3a02b7d034d96a8d2741b246dd65f9b43c0c (diff)
downloadtelepathy-salut-6e71b391494a265ecfe80691d8acfd8340d3eab2.tar.gz
Include config.h and our corresponding header first in every source file
Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header.
Diffstat (limited to 'src/discovery-client.c')
-rw-r--r--src/discovery-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discovery-client.c b/src/discovery-client.c
index 8ca3f01a..7add6fa8 100644
--- a/src/discovery-client.c
+++ b/src/discovery-client.c
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
#include "discovery-client.h"
#include <glib.h>