Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/historical/nawk/dist use the correct header name.



details:   https://anonhg.NetBSD.org/src/rev/3fab38ac17b6
branches:  trunk
changeset: 744946:3fab38ac17b6
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 18 21:29:30 2020 +0000

description:
use the correct header name.

diffstat:

 external/historical/nawk/dist/maketab.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ffa133861d37 -r 3fab38ac17b6 external/historical/nawk/dist/maketab.c
--- a/external/historical/nawk/dist/maketab.c   Tue Feb 18 21:14:16 2020 +0000
+++ b/external/historical/nawk/dist/maketab.c   Tue Feb 18 21:29:30 2020 +0000
@@ -36,7 +36,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include "awk.h"
-#include "awktab.h"
+#include "awkgram.h"
 
 struct xx
 {      int token;



Home | Main Index | Thread Index | Old Index