diff options
Diffstat (limited to 'distrib/special/more/more.c')
-rw-r--r-- | distrib/special/more/more.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/more/more.c b/distrib/special/more/more.c index cd95e25eb0d..9178e888960 100644 --- a/distrib/special/more/more.c +++ b/distrib/special/more/more.c @@ -1,4 +1,4 @@ -/* $OpenBSD: more.c,v 1.41 2019/06/28 13:32:52 deraadt Exp $ */ +/* $OpenBSD: more.c,v 1.42 2024/10/16 18:47:47 miod Exp $ */ /* * Copyright (c) 2003 Todd C. Miller <millert@openbsd.org> @@ -63,10 +63,10 @@ */ #include <sys/types.h> -#include <sys/exec.h> #include <sys/ioctl.h> #include <sys/stat.h> +#include <a.out.h> #include <ctype.h> #include <curses.h> #include <errno.h> |