diff options
Diffstat (limited to 'cad/gdt/files/patch-gdsStream.h')
-rw-r--r-- | cad/gdt/files/patch-gdsStream.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/gdt/files/patch-gdsStream.h b/cad/gdt/files/patch-gdsStream.h new file mode 100644 index 000000000000..00a5ade48a48 --- /dev/null +++ b/cad/gdt/files/patch-gdsStream.h @@ -0,0 +1,12 @@ +--- gdsStream.h.orig Sun Apr 29 15:45:42 2007 ++++ gdsStream.h Sun Apr 29 15:45:54 2007 +@@ -3,8 +3,7 @@ + #define _gdsStream__ + + #include <stdio.h> +-#include <malloc.h> +-#include <stdio.h> ++#include <stdlib.h> + #include <time.h> + #include <kvstypes.h> + |