summaryrefslogtreecommitdiff
path: root/crc24q.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 02:33:20 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 02:33:20 -0500
commitd9399e29fff4084396eff6069243e1313ea18f9e (patch)
tree3c9efe43b9c38f5f91e2355c4835301d805dadf7 /crc24q.c
parentc0ab7959869bd256d582d67cfae8737d577d816b (diff)
downloadgpsd-d9399e29fff4084396eff6069243e1313ea18f9e.tar.gz
Insert SuS headers required for portablity, as revealed by deheader.
Diffstat (limited to 'crc24q.c')
-rw-r--r--crc24q.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crc24q.c b/crc24q.c
index 7d65db47..308ef9eb 100644
--- a/crc24q.c
+++ b/crc24q.c
@@ -27,6 +27,8 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <stdbool.h>
+#include <stdio.h>
+#include <stdlib.h>
#include "crc24q.h"