summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2011-01-11 12:24:19 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2011-01-11 12:24:19 -0800
commit0f82f288e7c85f2cba24788746843c2f4acee672 (patch)
tree58062594db0c10e478bdb481456b909b6b6390f9 /libgpsd_core.c
parente2655eb88a08480249264d2a586f4db251f646e1 (diff)
downloadgpsd-0f82f288e7c85f2cba24788746843c2f4acee672.tar.gz
pull in sys/wait.h for WEXITSTATUS
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 8701fec3..6578c838 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -10,6 +10,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/wait.h>
#include <stdio.h>
#include <stdlib.h>
#include <libgen.h>