1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/lang/lush/files/patch-include_header.h
Pav Lucistnik 29761881f6 Add lush, an object-oriented programming language designed for
researchers, experimenters, and engineers interested in large-scale
numerical and graphic applications.  Lush is designed to be used in
situations where one would want to combine the flexibility of a
high-level, loosely-typed interpreted language, with the efficiency
of a strongly-typed, natively-compiled language, and with the easy
integration of code written in C, C++, or other languages.

WWW: http://lush.sourceforge.net/

PR:		ports/60906
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-01-05 04:21:24 +00:00

13 lines
264 B
C

--- include/header.h.orig Thu Sep 25 23:54:56 2003
+++ include/header.h Sun Dec 28 01:27:32 2003
@@ -45,6 +45,9 @@
#endif
#endif
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
/* VERSION.H --------------------------------------------------- */