14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
$OpenBSD: patch-dialogue_onewdic_c,v 1.1 2010/05/19 14:05:37 espie Exp $
|
|
--- dialogue/onewdic.c.orig Wed May 19 15:57:13 2010
|
|
+++ dialogue/onewdic.c Wed May 19 15:57:34 2010
|
|
@@ -18,6 +18,9 @@ Description:
|
|
History:
|
|
940127 created
|
|
///////////////////////////////////////////////////////////////////////*/
|
|
+#include <string.h>
|
|
+#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
#include "onew.h"
|
|
int ONEW_MAXWORDS = 32;
|
|
|