summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-08-22 11:14:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-08-22 11:14:12 +0000
commita0e1aa6b6adb05a49eac4b04e6280a254a7e905d (patch)
treebb426b9c71ffd76c699d951e32a06cd1cd66e45e /cgps.c
parent5605a7cb2a6e5fb3155b3fbd1d598eaa555580b8 (diff)
downloadgpsd-a0e1aa6b6adb05a49eac4b04e6280a254a7e905d.tar.gz
Declare prototypes for strlcpy.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgps.c b/cgps.c
index 464a2ea1..d95c9c58 100644
--- a/cgps.c
+++ b/cgps.c
@@ -35,6 +35,7 @@
#include <ncurses.h>
#include <signal.h>
+#include "config.h"
#include "gps.h"
/* Macro for declaring function arguments unused. */