aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2012-10-26 16:12:51 +0200
committerHans de Graaff <hans@degraaff.org>2012-10-26 16:12:51 +0200
commite9ae1bbd5710656ad532cc02518ca2d7a8d640f2 (patch)
tree0e564690ff18388c4b1f5ec3c6db17f101b900ee /ext/gorg/xsl/xsl.h
parentIgnore generated files for the extension. (diff)
downloadgorg-e9ae1bbd5710656ad532cc02518ca2d7a8d640f2.tar.gz
gorg-e9ae1bbd5710656ad532cc02518ca2d7a8d640f2.tar.bz2
gorg-e9ae1bbd5710656ad532cc02518ca2d7a8d640f2.zip
Fix a few compilation warnings.
Diffstat (limited to 'ext/gorg/xsl/xsl.h')
-rw-r--r--ext/gorg/xsl/xsl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gorg/xsl/xsl.h b/ext/gorg/xsl/xsl.h
index 0fa9588..24deaf7 100644
--- a/ext/gorg/xsl/xsl.h
+++ b/ext/gorg/xsl/xsl.h
@@ -22,6 +22,8 @@
#define __XSL_H__
#include <sys/stat.h>
+#include <assert.h>
+#include <unistd.h>
#include <ruby.h>
#include <libxslt/xslt.h>
#include <libexslt/exslt.h>