From: Bruce Momjian Date: Tue, 7 Oct 2003 17:40:09 +0000 (+0000) Subject: Fix include used by entab. X-Git-Tag: REL7_4_BETA5~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6652172783f7f92561e5242345c0eb1fd457e8c;p=postgresql Fix include used by entab. --- diff --git a/src/tools/entab/entab.c b/src/tools/entab/entab.c index fffeb70d31..7f8e40f705 100644 --- a/src/tools/entab/entab.c +++ b/src/tools/entab/entab.c @@ -12,7 +12,7 @@ #include #include -#include "../include/c.h" +#include "../../include/c.h" #define NUL '\0'