=================================================================== RCS file: /cvs/mandoc/dba_read.c,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- mandoc/dba_read.c 2016/08/17 20:46:56 1.4 +++ mandoc/dba_read.c 2023/04/28 19:11:03 1.6 @@ -1,4 +1,4 @@ -/* $Id: dba_read.c,v 1.4 2016/08/17 20:46:56 schwarze Exp $ */ +/* $Id: dba_read.c,v 1.6 2023/04/28 19:11:03 schwarze Exp $ */ /* * Copyright (c) 2016 Ingo Schwarze * @@ -17,8 +17,10 @@ * Function to read the mandoc database from disk into RAM, * such that data can be added or removed. * The interface is defined in "dba.h". - * This file is seperate from dba.c because this also uses "dbm.h". + * This file is separate from dba.c because this also uses "dbm.h". */ +#include "config.h" + #include #include #include