Consistently include <config.h> in all C source files and never in header files.
[platform/upstream/dbus.git] / test / name-test / test-threads-init.c
index 8cda413..5e22852 100644 (file)
@@ -2,6 +2,7 @@
  * Test to make sure late thread initialization works
  */
 
+#include <config.h>
 #include <dbus/dbus.h>
 #include <dbus/dbus-sysdeps.h>
 #include <stdio.h>