aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/awk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/awk')
-rw-r--r--src/cmd/awk/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/awk/proto.h b/src/cmd/awk/proto.h
index 1a50145a..f124f4e4 100644
--- a/src/cmd/awk/proto.h
+++ b/src/cmd/awk/proto.h
@@ -22,6 +22,8 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
+#define getline p9getline
+
extern int yywrap(void);
extern void setfname(Cell *);
extern int constnode(Node *);