summaryrefslogtreecommitdiff
path: root/dbusexport.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-25 16:32:34 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-25 16:32:34 -0400
commitd490984b239160cf638daeb372c3d4b33ed7d4d1 (patch)
treea1c5fc8454c9c1410082c5c6fd350492ea9353e5 /dbusexport.c
parentc568a2af03f548d681a4b689d5e32923834c962f (diff)
downloadgpsd-d490984b239160cf638daeb372c3d4b33ed7d4d1.tar.gz
Fix the DBUS build.
Diffstat (limited to 'dbusexport.c')
-rw-r--r--dbusexport.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbusexport.c b/dbusexport.c
index 8cf3ed06..610e1f84 100644
--- a/dbusexport.c
+++ b/dbusexport.c
@@ -2,10 +2,9 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
-#include <sys/types.h>
-#include "gpsd_config.h"
+#include "gpsd.h"
#if defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S)
-#include "dbusexport.h"
+#include <dbus/dbus.h>
static DBusConnection *connection = NULL;