summaryrefslogtreecommitdiff
path: root/gpsdclient.c
diff options
context:
space:
mode:
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>