projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e6aa2
)
Fix include used by entab.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 7 Oct 2003 17:40:09 +0000
(17:40 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 7 Oct 2003 17:40:09 +0000
(17:40 +0000)
src/tools/entab/entab.c
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/entab/entab.c
b/src/tools/entab/entab.c
index fffeb70d31e1284d1a85cf9506e7052a89889e74..7f8e40f7057b3f63925ba4ecfac42c43be9271a1 100644
(file)
--- a/
src/tools/entab/entab.c
+++ b/
src/tools/entab/entab.c
@@
-12,7
+12,7
@@
#include <stdlib.h>
#include <string.h>
-#include "../include/c.h"
+#include "../
../
include/c.h"
#define NUL '\0'