freebsd-ports/lang/cel/files/patch-vm::config.h
Kirill Ponomarev 890dc18da8 - Update to 0.8.5
- Unbreak this port
- Use PORTDOCS macro

PR:		59523
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-20 19:09:23 +00:00

10 lines
205 B
C

--- vm/config.h.orig Thu Nov 20 20:04:10 2003
+++ vm/config.h Thu Nov 20 20:04:25 2003
@@ -15,6 +15,7 @@
#ifdef unix
+#include <time.h>
#include <utime.h>
#include <errno.h>
#include <sys/types.h>