summaryrefslogtreecommitdiff
path: root/monitor_italk.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-12-02 10:19:48 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2010-12-02 10:19:48 -0800
commit8717d60af31ba9d0f018362cadce014f21acba54 (patch)
treed8b38615e9d2a212a3c6aef92cd3ff5740628bfd /monitor_italk.c
parent59558633d375dffe858b2a64d9be90fc1d316229 (diff)
downloadgpsd-8717d60af31ba9d0f018362cadce014f21acba54.tar.gz
Put back missing headers that break the build
Diffstat (limited to 'monitor_italk.c')
-rw-r--r--monitor_italk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor_italk.c b/monitor_italk.c
index d4d912e2..49f84a06 100644
--- a/monitor_italk.c
+++ b/monitor_italk.c
@@ -2,6 +2,8 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+
+#include <string.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */