From: Tomasz Pala Date: Sat, 23 Aug 2003 11:05:32 +0000 (+0000) Subject: - missing include in 4.2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FSNNS.git;a=commitdiff_plain;h=510881e27adf9ec7a243092f1ca8d64c658eba1e - missing include in 4.2 Changed files: SNNS-include.patch -> 1.1 --- diff --git a/SNNS-include.patch b/SNNS-include.patch new file mode 100644 index 0000000..3833389 --- /dev/null +++ b/SNNS-include.patch @@ -0,0 +1,12 @@ +diff -urN SNNSv4.2.orig/tools/sources/symtab.c SNNSv4.2/tools/sources/symtab.c +--- SNNSv4.2.orig/tools/sources/symtab.c 1998-09-03 15:37:59.000000000 +0200 ++++ SNNSv4.2/tools/sources/symtab.c 2003-08-22 15:11:18.000000000 +0200 +@@ -31,7 +31,7 @@ + #include "glob_typ.h" /* SNNS-Kernel: Global Datatypes and Constants */ + #include "error.h" + #include "memory.h" /* for re_malloc */ +- ++#include + + /***************************************************************************** + FUNCTION : st_init