summaryrefslogtreecommitdiff
path: root/report.c
diff options
context:
space:
mode:
Diffstat (limited to 'report.c')
-rw-r--r--report.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/report.c b/report.c
index 9518af34..59b8c382 100644
--- a/report.c
+++ b/report.c
@@ -1,6 +1,8 @@
/* $Id$ */
+#include <sys/types.h>
#include <stdio.h>
#include <stdarg.h>
+#include "gpsd_config.h"
#include "gpsd.h"
void gpsd_report(int errlevel UNUSED, const char *fmt, ... )