1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/cad/gdt/files/patch-gdsStream.h
Hiroki Sato 94b9f32925 GDT (graphics data text) format translator written in C/C++ that
converts a binary gdsii file to a text format that is compact and
easy to parse.
2007-04-29 07:20:02 +00:00

13 lines
253 B
C

--- 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>