[couchdb-glib] Add missing header for free()



commit 62e8d572807af0b7a11cd8261370087aeccbd386
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Mon Mar 8 13:50:39 2010 +0100

    Add missing header for free()

 couchdb-glib/couchdb-session.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/couchdb-glib/couchdb-session.c b/couchdb-glib/couchdb-session.c
index caed646..4b960d4 100644
--- a/couchdb-glib/couchdb-session.c
+++ b/couchdb-glib/couchdb-session.c
@@ -33,6 +33,7 @@
 #include <string.h>
 #ifdef HAVE_OAUTH
 #include <time.h>
+#include <stdlib.h>
 #include "oauth.h"
 #endif
 



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