summaryrefslogtreecommitdiff
path: root/gpspipe.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 /gpspipe.c
parent59558633d375dffe858b2a64d9be90fc1d316229 (diff)
downloadgpsd-8717d60af31ba9d0f018362cadce014f21acba54.tar.gz
Put back missing headers that break the build
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 90c70a38..5164ac68 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -23,6 +23,8 @@
*
*/
+#include <sys/types.h>
+#include <sys/stat.h>
#include <stdlib.h>
#include "gpsd_config.h"
#ifndef S_SPLINT_S