diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-16 18:03:01 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-16 18:03:01 +0000 | 
| commit | 5162283fd17b02c1ea0635b12a72f3bdc17891b8 (patch) | |
| tree | 550d52b5d691859909a655716e0b7589b630d106 /network/error.c | |
| parent | 09e64106ebaa80ad5e275bb287809d3ecc33a554 (diff) | |
Small header cleanups
Diffstat (limited to 'network/error.c')
| -rw-r--r-- | network/error.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/network/error.c b/network/error.c index 8fcccd32..43f10af3 100644 --- a/network/error.c +++ b/network/error.c @@ -25,6 +25,9 @@  #include <config.h>  #endif +#include <dbus/dbus.h> + +#include "dbus.h"  #include "error.h"  #define NETWORK_ERROR_INTERFACE "org.bluez.network.Error"  | 
