12 lines
264 B
Text
12 lines
264 B
Text
$NetBSD: patch-ap,v 1.1 2003/12/19 19:15:06 agc Exp $
|
|
|
|
--- src/s_who.c 2003/12/19 19:09:59 1.1
|
|
+++ src/s_who.c 2003/12/19 19:10:09
|
|
@@ -4,6 +4,7 @@
|
|
/* primitive to list users */
|
|
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "icb.h"
|
|
#include "externs.h"
|
|
|