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/8356b7e0e771
branches: trunk
changeset: 1007415:8356b7e0e771
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 688e76110c01 -r 8356b7e0e771 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