summaryrefslogtreecommitdiff
path: root/bits.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-21 10:42:24 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-21 10:42:24 +0000
commitc8ac73d4d861937a0e266e86362095ed2e32396e (patch)
treed02434d7e2bd21bb35fed551fc84161d07d4b85e /bits.c
parent7925f0d0fcb3c98dc254ba1d18aef0c89c86b8c6 (diff)
downloadgpsd-c8ac73d4d861937a0e266e86362095ed2e32396e.tar.gz
Splint cleanup and removal of some unneeded headers.
Diffstat (limited to 'bits.c')
-rw-r--r--bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits.c b/bits.c
index dc508b88..ae614e2b 100644
--- a/bits.c
+++ b/bits.c
@@ -9,7 +9,7 @@
#include "bits.h"
#ifdef DEBUG
-#include <stdlib.h>
+#include <stdio.h>
#include "gpsd_config.h"
#include "gpsd.h"
#endif /* DEBUG */