aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-07-06 20:40:57 +0000
committerBruce Evans <bde@FreeBSD.org>1998-07-06 20:40:57 +0000
commita0f9f69e20b33f1b26b68ee1f7d52cf771917a92 (patch)
tree4b77190db7a4cc89aaf0148e7021dbf89bb33c81
parent78cda23056d827fd9466deeb99a2085ea8054788 (diff)
downloadsrc-a0f9f69e20b33f1b26b68ee1f7d52cf771917a92.tar.gz
src-a0f9f69e20b33f1b26b68ee1f7d52cf771917a92.zip
Declared version_string() properly (1970's style).
Notes
Notes: svn path=/head/; revision=37451
-rw-r--r--contrib/top/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index 8ea10a24eafd..c4c9c365e0c8 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -24,6 +24,7 @@
#include <sys/resource.h>
#include "sigdesc.h" /* generated automatically */
+#include "top.h"
#include "boolean.h"
#include "utils.h"