Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/systat need <string.h> for strlen()



details:   https://anonhg.NetBSD.org/src/rev/cf890f053a46
branches:  trunk
changeset: 479754:cf890f053a46
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Dec 20 21:49:11 1999 +0000

description:
need <string.h> for strlen()

diffstat:

 usr.bin/systat/globalcmds.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3ac84b7bc256 -r cf890f053a46 usr.bin/systat/globalcmds.c
--- a/usr.bin/systat/globalcmds.c       Mon Dec 20 21:46:10 1999 +0000
+++ b/usr.bin/systat/globalcmds.c       Mon Dec 20 21:49:11 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: globalcmds.c,v 1.4 1999/12/20 19:31:47 jwise Exp $ */
+/*     $NetBSD: globalcmds.c,v 1.5 1999/12/20 21:49:11 lukem Exp $ */
 
 /*-
  * Copyright (c) 1999
@@ -34,6 +34,7 @@
 
 #include <curses.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include "systat.h"
 #include "extern.h"



Home | Main Index | Thread Index | Old Index