From bf575744a75edd5ca4449594964ac9171f7c429a Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 26 Aug 2002 21:42:14 +0000 Subject: added config.h includes --- util/epist/config.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/config.cc') diff --git a/util/epist/config.cc b/util/epist/config.cc index f4f0bac6..cefa28cc 100644 --- a/util/epist/config.cc +++ b/util/epist/config.cc @@ -20,6 +20,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. +#ifdef HAVE_CONFIG_H +# include "../../config.h" +#endif // HAVE_CONFIG_H + #include "config.hh" using std::string; -- cgit v1.2.3