]> granicus.if.org Git - postgresql/commitdiff
Fix include used by entab.
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Oct 2003 17:40:09 +0000 (17:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Oct 2003 17:40:09 +0000 (17:40 +0000)
src/tools/entab/entab.c

index fffeb70d31e1284d1a85cf9506e7052a89889e74..7f8e40f7057b3f63925ba4ecfac42c43be9271a1 100644 (file)
@@ -12,7 +12,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../include/c.h"
+#include "../../include/c.h"
 
 #define NUL                            '\0'