blob: ae5a7d9a21a5cc39c50feaaa5e42f45a5f86d128 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2004/06/26 18:27:23 grant Exp $
--- globals.c.orig Sat Jul 31 20:17:20 1999
+++ globals.c
@@ -63,6 +63,7 @@
#include "globals.h"
#include "my_dmalloc.h"
+#include <string.h>
/* Universal global variables -- those needed by the decoding engine: */
|