Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d665217

Browse files
committed
Fix include used by entab.
1 parent 06e6aa2 commit d665217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/entab/entab.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <stdlib.h>
1313
#include <string.h>
1414

15-
#include "../include/c.h"
15+
#include "../../include/c.h"
1616

1717
#define NUL '\0'
1818

0 commit comments

Comments
 (0)