mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8d9f54f0da
portable libraries for VLSI design. It includes a VHDL compiler and simulator, logic synthesis tools, automatic place and route tools, and portable CMOS libraries. Approved by: linimon (mentor)
8 lines
191 B
C
8 lines
191 B
C
--- exp/src/ht.c.orig Thu May 6 08:41:16 2004
|
|
+++ exp/src/ht.c Thu May 6 08:41:35 2004
|
|
@@ -1,3 +1,4 @@
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|