[gnome-pocket] Fix compilation of test.c



commit 7a2bdc811bc3fb7fee6a1d3088f38205cdc97181
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 20 19:00:03 2014 +0200

    Fix compilation of test.c

 test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test.c b/test.c
index 30bc449..b38deb0 100644
--- a/test.c
+++ b/test.c
@@ -1,7 +1,7 @@
 #include <locale.h>
 
-#include "gnome-pocket.h"
-#include "gnome-pocket-item.h"
+#include <gnome-pocket/gnome-pocket.h>
+#include <gnome-pocket/gnome-pocket-item.h>
 
 static GMainLoop *loop = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]