summaryrefslogtreecommitdiff
path: root/libgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgps.c')
-rw-r--r--libgps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgps.c b/libgps.c
index e94d39b2..4169b570 100644
--- a/libgps.c
+++ b/libgps.c
@@ -1,16 +1,17 @@
/* $Id$ */
/* libgps.c -- client interface library for the gpsd daemon */
+#include <sys/time.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <sys/time.h>
#ifndef S_SPLINT_S
#include <pthread.h> /* pacifies OpenBSD's compiler */
#endif
#include <math.h>
+#include "gpsd_config.h"
#include "gpsd.h"
#ifdef S_SPLINT_S