X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=6fe5787098c29f875e2ef699454298ececf80289;hp=a41cf10e923015827a677f7da653991888708d9a;hb=82b73ffd7380b85d259eeb91100dd6ac2d14223a;hpb=92680f12ebd276952ae51ff271526f4dd995a18a diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index a41cf10e..6fe57870 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -1,6 +1,6 @@ /* The Ruby interface to the notmuch mail library * - * Copyright © 2010, 2011 Ali Polatel + * Copyright © 2010, 2011, 2012 Ali Polatel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,8 +21,8 @@ #ifndef DEFS_H #define DEFS_H -#include #include +#include "notmuch.h" VALUE notmuch_rb_cDatabase; VALUE notmuch_rb_cDirectory;