Fix include used by entab.

This commit is contained in:
Bruce Momjian 2003-10-07 17:40:09 +00:00
parent 06e6aa236c
commit d665217278
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <stdlib.h>
#include <string.h>
#include "../include/c.h"
#include "../../include/c.h"
#define NUL '\0'