13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
$NetBSD: patch-ai,v 1.1 2011/11/24 20:34:34 marino Exp $
|
|
|
|
--- src/tX_global.h.orig 2004-11-03 13:25:50.000000000 +0000
|
|
+++ src/tX_global.h
|
|
@@ -33,6 +33,7 @@
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
+#include <string.h>
|
|
#include <limits.h>
|
|
#include <stdio.h>
|
|
#include "tX_types.h"
|