summaryrefslogtreecommitdiff
path: root/rest/sha1.c
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-04-14 10:25:28 +0100
committerRoss Burton <ross@linux.intel.com>2009-04-14 10:25:28 +0100
commitfbfed46abc48f58a47a818aa1ffabcdc47ba00a7 (patch)
tree00cc82369fb9824155feac0aa25c91d3f71a8821 /rest/sha1.c
parent866786605f8370ddd41e6bf54de7e7b28998d02e (diff)
downloadlibrest-fbfed46abc48f58a47a818aa1ffabcdc47ba00a7.tar.gz
Add missing glib include
Diffstat (limited to 'rest/sha1.c')
-rw-r--r--rest/sha1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/sha1.c b/rest/sha1.c
index b07a497..b2f4f0b 100644
--- a/rest/sha1.c
+++ b/rest/sha1.c
@@ -20,6 +20,7 @@
*/
#include <string.h>
+#include <glib.h>
#include "sha1.h"
#define SHA1_BLOCK_SIZE 64