summaryrefslogtreecommitdiff
path: root/gpsdclient.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 /gpsdclient.c
parentc0ab7959869bd256d582d67cfae8737d577d816b (diff)
downloadgpsd-d9399e29fff4084396eff6069243e1313ea18f9e.tar.gz
Insert SuS headers required for portablity, as revealed by deheader.
Diffstat (limited to 'gpsdclient.c')
-rw-r--r--gpsdclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsdclient.c b/gpsdclient.c
index 59214cca..22f2b0af 100644
--- a/gpsdclient.c
+++ b/gpsdclient.c
@@ -4,8 +4,10 @@
* 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 <stdlib.h>
#include <string.h>
+#include <strings.h> /* for strcasecmp() */
#include <math.h>
#include <assert.h>
#include <locale.h>