summaryrefslogtreecommitdiff
path: root/driver_proto.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 /driver_proto.c
parentc0ab7959869bd256d582d67cfae8737d577d816b (diff)
downloadgpsd-d9399e29fff4084396eff6069243e1313ea18f9e.tar.gz
Insert SuS headers required for portablity, as revealed by deheader.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_proto.c b/driver_proto.c
index bab0b27a..d3d8982c 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -33,6 +33,8 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+#include <stdio.h>
+#include <string.h>
#if defined(_PROTO__ENABLE) && defined(BINARY_ENABLE)