Commit d6652172 authored by Bruce Momjian's avatar Bruce Momjian

Fix include used by entab.

parent 06e6aa23
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../include/c.h" #include "../../include/c.h"
#define NUL '\0' #define NUL '\0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment