blob: 1ced4f89c5f50a93eec210d2fb6e0dbc7304e033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-an,v 1.1 2003/12/19 19:15:06 agc Exp $
--- src/s_group.c 2003/12/19 19:08:12 1.1
+++ src/s_group.c 2003/12/19 19:08:24
@@ -4,6 +4,7 @@
/* primitive to request group functions */
#include <stdlib.h>
+#include <string.h>
#include "icb.h"
#include "externs.h"
|