Added missing headers
authorMikael Hallendal <micke@imendio.com>
Thu, 10 Apr 2008 16:37:35 +0200
changeset 384 0b66f7d71abf
parent 383 926c939af071
child 385 b27d2a2b37a1
Added missing headers
bindings/ruby/rblm-private.h
bindings/ruby/rblm-ssl.c
--- a/bindings/ruby/rblm-private.h	Thu Apr 10 16:35:28 2008 +0200
+++ b/bindings/ruby/rblm-private.h	Thu Apr 10 16:37:35 2008 +0200
@@ -4,6 +4,7 @@
 
 #include <glib.h>
 #include <ruby.h>
+#include <loudmouth/loudmouth.h>
 
 #define GBOOL2RVAL(x) (x == TRUE ? Qtrue : Qfalse)
 #define RVAL2GBOOL(x) RTEST(x)
--- a/bindings/ruby/rblm-ssl.c	Thu Apr 10 16:35:28 2008 +0200
+++ b/bindings/ruby/rblm-ssl.c	Thu Apr 10 16:37:35 2008 +0200
@@ -1,4 +1,5 @@
 #include "rblm.h"
+#include "rblm-private.h"
 
 VALUE lm_cSSL;