mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
df8b044cb1
Requested by: many Not tested by: me
11 lines
349 B
C
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>
|