summaryrefslogtreecommitdiff
path: root/zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-18 04:11:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-18 04:11:06 +0000
commit72349b076a2156fa6aed8daa1a2838f9f6c40a64 (patch)
treefac7461296b273c88b6deaaaa38e8bd080ba82b5 /zodiac.c
parentb69a184bbea4852fc2d6eae6cf0234b1eb5d8fa2 (diff)
downloadgpsd-72349b076a2156fa6aed8daa1a2838f9f6c40a64.tar.gz
Add little-endian macros to bits.h. More fixes for the DBUS problem.
Diffstat (limited to 'zodiac.c')
-rw-r--r--zodiac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zodiac.c b/zodiac.c
index 522b93cb..0a00a9b7 100644
--- a/zodiac.c
+++ b/zodiac.c
@@ -7,6 +7,8 @@
#include <unistd.h>
#include <math.h>
#include "gpsd.h"
+
+#define LITTLE_ENDIAN_PROTOCOL
#include "bits.h"
#ifdef ZODIAC_ENABLE