12 lines
267 B
Text
12 lines
267 B
Text
$NetBSD: patch-ag,v 1.1 2002/04/01 00:04:44 dmcmahill Exp $
|
|
|
|
--- classes/dict.c.orig Wed Oct 5 01:20:48 1994
|
|
+++ classes/dict.c
|
|
@@ -14,6 +14,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <strings.h>
|
|
extern char* strdup();
|
|
extern int strcasecmp();
|