summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/check-node-properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check-node-properties.c b/tests/check-node-properties.c
index 2575524e..0fc030cb 100644
--- a/tests/check-node-properties.c
+++ b/tests/check-node-properties.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>