diff options
Diffstat (limited to 'tests/gps-test.c')
-rw-r--r-- | tests/gps-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gps-test.c b/tests/gps-test.c index 23d5438..c36dbf7 100644 --- a/tests/gps-test.c +++ b/tests/gps-test.c @@ -20,7 +20,7 @@ */ #include <glib.h> -#include <location/location.h> +#include <location.h> static GMainLoop *loop = NULL; |