From f8e71cdc095697a58b446c498cfe307602fc2da1 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 15:13:08 -0400 Subject: text_cmds: use libiosexec --- text_cmds/ee/Makefile | 2 +- text_cmds/ee/ee.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'text_cmds/ee') diff --git a/text_cmds/ee/Makefile b/text_cmds/ee/Makefile index c870b40..4c7cfd7 100644 --- a/text_cmds/ee/Makefile +++ b/text_cmds/ee/Makefile @@ -6,6 +6,6 @@ CFLAGS+= -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \ PROG= ee LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit MLINKS= ee.1 ree.1 ee.1 edit.1 -LDADD+=-lncursesw +LDADD+=-lncursesw -liosexec .include diff --git a/text_cmds/ee/ee.c b/text_cmds/ee/ee.c index 70a4407..211f4d6 100644 --- a/text_cmds/ee/ee.c +++ b/text_cmds/ee/ee.c @@ -82,6 +82,8 @@ char *version = "@(#) ee, version " EE_VERSION " $Revision: 1.104 $"; #include #include +#include + #ifdef HAS_SYS_WAIT #include #endif -- cgit v1.2.3-56-ge451