summaryrefslogtreecommitdiff
path: root/monitor_italk.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-09 12:06:55 -0700
committerGary E. Miller <gem@rellim.com>2015-03-09 12:06:55 -0700
commitea81d456beecf9fd70b5f90239a7d51ca8c592f2 (patch)
treefb543dd07c175921430360248859ecb6c3842371 /monitor_italk.c
parent65afb104bc4e73c957581d76d950e7dc960f1aa8 (diff)
downloadgpsd-ea81d456beecf9fd70b5f90239a7d51ca8c592f2.tar.gz
OSX needs string.h for strlcat()
Not sure why gpsd.h includes string.h only if strlcat() undefined.
Diffstat (limited to 'monitor_italk.c')
-rw-r--r--monitor_italk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor_italk.c b/monitor_italk.c
index b7451238..903a1d5b 100644
--- a/monitor_italk.c
+++ b/monitor_italk.c
@@ -4,6 +4,7 @@
*/
#include <stdio.h>
+#include <string.h> /* for strlcat() */
#include "gpsd.h"
#include "bits.h"