summaryrefslogtreecommitdiff
path: root/dbusexport.c
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-04-04 07:08:03 -0400
committerJon Schlueter <jon.schlueter@gmail.com>2011-04-04 09:08:43 -0400
commit344e23b54551466fca9f05435a687f62e1305616 (patch)
treef08552e773df62b84554e6ffea5cb8ed886b21a3 /dbusexport.c
parent3dd38786fb76f8063ecd073cd5fc32aba0e85480 (diff)
downloadgpsd-344e23b54551466fca9f05435a687f62e1305616.tar.gz
finish renaming gpsd_dbus to dbusexport
renamed gpsd_dbus.h to dbusexport.h renamed internals of doc/* to point at dbusexport instead of gpsd_dbus updated gpsd.c and dbusexport.c to use dbusexport.h
Diffstat (limited to 'dbusexport.c')
-rw-r--r--dbusexport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbusexport.c b/dbusexport.c
index b04fb827..8cf3ed06 100644
--- a/dbusexport.c
+++ b/dbusexport.c
@@ -5,7 +5,7 @@
#include <sys/types.h>
#include "gpsd_config.h"
#if defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S)
-#include "gpsd_dbus.h"
+#include "dbusexport.h"
static DBusConnection *connection = NULL;