diff options
author | bde <bde@FreeBSD.org> | 1998-07-06 20:40:57 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-07-06 20:40:57 +0000 |
commit | 8d76b538fedd35885af84200f8f842ade01eb43c (patch) | |
tree | d4ab8dde95874a9f2841101cc89056bac5d60016 /contrib | |
parent | a5b3c3ea4ff41b0410eadd2544a171100a5ac2e8 (diff) | |
download | FreeBSD-src-8d76b538fedd35885af84200f8f842ade01eb43c.zip FreeBSD-src-8d76b538fedd35885af84200f8f842ade01eb43c.tar.gz |
Declared version_string() properly (1970's style).
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/top/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 8ea10a2..c4c9c36 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" |