X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=keydb_fs.c;h=0bf922f1475a419781226b33dc22e154e4234c63;hp=9a7b2ec13132f1717f61f5cb634ae969c11e2edc;hb=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hpb=2458360e75aa46091f60c16e041c07bffe2edefb diff --git a/keydb_fs.c b/keydb_fs.c index 9a7b2ec..0bf922f 100644 --- a/keydb_fs.c +++ b/keydb_fs.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -22,6 +21,8 @@ #include #include #include +#include +#include #include #include #include @@ -36,6 +37,7 @@ #include "keystructs.h" #include "ll.h" #include "mem.h" +#include "onak.h" #include "onak-conf.h" #include "parsekey.h" #include "log.h"