summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2011-01-12 17:10:19 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2011-01-12 17:10:19 -0800
commitfdec3632fa69a680f776cbcc11f6db7af1d774f2 (patch)
treed8b85f340d44548913b7e19b3a325af427578c05 /gpsd.c
parent743b1ff6602554307d1dac14578ac21eb07f288f (diff)
downloadgpsd-fdec3632fa69a680f776cbcc11f6db7af1d774f2.tar.gz
fix build on openbsd
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.c b/gpsd.c
index 0dae2f52..509344f1 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -18,6 +18,7 @@
#include <setjmp.h>
#include <assert.h>
#include <pwd.h>
+#include <grp.h>
#include <math.h>
#include <syslog.h>
#include <errno.h>