diff options
author | Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de> | 2010-03-19 12:36:49 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-03-19 20:11:48 +0100 |
commit | dbecdeabb20e0ce11121819c63373f0afba57c58 (patch) | |
tree | d513551d0794c6224406ac7b83a77f1355493fae /tools/dbus-print-message.c | |
parent | 6663cb5dcf6ef931e17b4104f571c59d411219d2 (diff) | |
download | dbus-dbecdeabb20e0ce11121819c63373f0afba57c58.tar.gz |
Consistently include <config.h> in all C source files and never in header files.
Diffstat (limited to 'tools/dbus-print-message.c')
-rw-r--r-- | tools/dbus-print-message.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dbus-print-message.c b/tools/dbus-print-message.c index 8a8e351d..b7c3f098 100644 --- a/tools/dbus-print-message.c +++ b/tools/dbus-print-message.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ + +#include <config.h> #include "dbus-print-message.h" #include <stdlib.h> |