diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2006-12-31 11:31:12 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2006-12-31 11:31:12 +0000 |
commit | 572ae0a7d4c8bc7849422f948eb9cc6239bed4c1 (patch) | |
tree | ae3bdd0544792df2f46f676c40475caffcf00075 /tools/dbus-monitor.c | |
parent | 52c7b5ead464f1f72925340fb140e1e4cbef52aa (diff) | |
download | dbus-572ae0a7d4c8bc7849422f948eb9cc6239bed4c1.tar.gz |
win32 compile fix
Diffstat (limited to 'tools/dbus-monitor.c')
-rw-r--r-- | tools/dbus-monitor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index 77770445..eb3da072 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -19,6 +19,7 @@ * */ +#include <config.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |