aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorGravatar Felipe Contreras <felipe.contreras@gmail.com>2012-05-25 15:08:17 +0200
committerGravatar Felipe Contreras <felipe.contreras@gmail.com>2012-05-25 15:11:31 +0200
commit35cb1c95cc8afa964900d29c813349ad8e24e7a8 (patch)
tree88556d59a27150ae588c84683fbe9d08d6678490 /bindings/ruby/defs.h
parent2f1a11268f2d230d0b3786a158b238e45090b768 (diff)
Revert "ruby: Add workarounds to use in-tree build not the installed one"
This reverts commit 82b73ffd7380b85d259eeb91100dd6ac2d14223a. Only leave the copyright changes. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h
index 85d8205e..3f9512ba 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -21,8 +21,8 @@
#ifndef DEFS_H
#define DEFS_H
+#include <notmuch.h>
#include <ruby.h>
-#include "notmuch.h"
VALUE notmuch_rb_cDatabase;
VALUE notmuch_rb_cDirectory;