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/7a08369ce4ed
branches:  trunk
changeset: 849014:7a08369ce4ed
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 2cff5906304b -r 7a08369ce4ed 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