1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/lang/mono/files/patch-mono_metadata_debug-mono-symfile.c
Joe Marcus Clarke df8b044cb1 Update to 0.17.
Requested by:	many
Not tested by:	me
2003-01-01 19:16:15 +00:00

11 lines
349 B
C

--- mono/metadata/debug-mono-symfile.c.orig Thu Dec 26 12:33:21 2002
+++ mono/metadata/debug-mono-symfile.c Thu Dec 26 12:33:57 2002
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include <sys/param.h>
#include <mono/metadata/metadata.h>
#include <mono/metadata/tabledefs.h>
#include <mono/metadata/rawbuffer.h>