summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ksh/history.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/history.c b/bin/ksh/history.c
index 37e091f2fc3..c768563496e 100644
--- a/bin/ksh/history.c
+++ b/bin/ksh/history.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: history.c,v 1.83 2019/10/27 14:58:52 jca Exp $ */
+/* $OpenBSD: history.c,v 1.84 2019/10/27 15:02:19 jca Exp $ */
/*
* command history
@@ -13,7 +13,6 @@
*/
#include <sys/stat.h>
-#include <sys/uio.h>
#include <errno.h>
#include <fcntl.h>