summaryrefslogtreecommitdiff
path: root/gpsflash.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-12-08 08:02:57 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-12-08 08:02:57 +0000
commit2720f6a866d2c3fb60dcf287745a72e33dccbaff (patch)
tree08a198271079842bb12266c0e40dd4947cb02dcd /gpsflash.c
parent64249de34d4cf36a76d6d8198e19620426472bf7 (diff)
downloadgpsd-2720f6a866d2c3fb60dcf287745a72e33dccbaff.tar.gz
missing header
Diffstat (limited to 'gpsflash.c')
-rw-r--r--gpsflash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsflash.c b/gpsflash.c
index 71de5541..863a274e 100644
--- a/gpsflash.c
+++ b/gpsflash.c
@@ -21,6 +21,7 @@
*/
#include <sys/types.h>
#include <stdarg.h>
+#include <string.h>
#include "gpsd_config.h"
#include "gpsd.h"
#include "gpsflash.h"