And another...

This commit is contained in:
Ben Boeckel 2012-02-18 15:28:41 -05:00
parent d1df30cce9
commit cf6bfe5c02
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
diff -u -r -U5 newsbeuter-2.5/src/google_api.cpp newsbeuter-2.5.includes/src/google_api.cpp
--- newsbeuter-2.5/src/google_api.cpp 2012-01-06 09:41:13.000000000 -0500
+++ newsbeuter-2.5.includes/src/google_api.cpp 2012-02-18 15:28:32.287929217 -0500
@@ -7,10 +7,12 @@
#include <config.h>
#include <utils.h>
#include <curl/curl.h>
+#include <unistd.h>
+
#define GREADER_LOGIN "https://www.google.com/accounts/ClientLogin"
#define GREADER_API_PREFIX "http://www.google.com/reader/api/0/"
#define GREADER_FEED_PREFIX "http://www.google.com/reader/atom/"
#define GREADER_SUBSCRIPTION_LIST GREADER_API_PREFIX "subscription/list"
diff -u -r -U5 newsbeuter-2.5/src/reloadthread.cpp newsbeuter-2.5.includes/src/reloadthread.cpp
--- newsbeuter-2.5/src/reloadthread.cpp 2012-01-06 09:41:13.000000000 -0500
+++ newsbeuter-2.5.includes/src/reloadthread.cpp 2012-02-18 15:21:21.137924605 -0500