summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-28 03:36:14 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-28 03:36:14 -0400
commit45b6da360af526817cba737bc3b13ad6e24ee26b (patch)
tree5f3444b98ba8cf73008fdd3ca3a37c138cffd463 /gpxlogger.c
parent702896ec598a531fa9263774912d7fe922037180 (diff)
downloadgpsd-45b6da360af526817cba737bc3b13ad6e24ee26b.tar.gz
First step in runtime export dispatch for the client library.
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index 63e5be1a..95d716be 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -17,8 +17,8 @@
#endif /* S_SPLINT_S */
#include "gps.h"
-#include "libgps.h" /* TEMPORARY */
#include "gpsd_config.h"
+#include "libgps.h" /* TEMPORARY */
#include "gpsdclient.h"
#include "revision.h"