summaryrefslogtreecommitdiff
path: root/usr.bin/top/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top/screen.c')
-rw-r--r--usr.bin/top/screen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/screen.c b/usr.bin/top/screen.c
index 35fab3d6b5f..d8322fe9011 100644
--- a/usr.bin/top/screen.c
+++ b/usr.bin/top/screen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: screen.c,v 1.2 1997/08/22 07:16:29 downsj Exp $ */
+/* $OpenBSD: screen.c,v 1.3 1997/08/24 18:37:47 millert Exp $ */
/*
* Top users/processes display for Unix
@@ -24,6 +24,7 @@
#include <sys/ioctl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <term.h>
#include <termios.h>
#include <unistd.h>