Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-03-25 20:39:40 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-03-25 20:39:40 +0300
commit5555a9e8dabb3bb9d94d18cb10236e331ff6652c (patch)
tree39a27cc69a2a7dad29798f2a3eac7e0308072fe3
parent725e5ee542df021f0fa570506408d8917dff4de6 (diff)
Add mono/metadata/debug-helpers.h include file to remove warningmono-1-1-13-5
svn path=/branches/mono-1-1-13/mono/; revision=58525
-rw-r--r--mono/mini/tramp-s390.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/mini/tramp-s390.c b/mono/mini/tramp-s390.c
index ef761022d42..da199ba8c3a 100644
--- a/mono/mini/tramp-s390.c
+++ b/mono/mini/tramp-s390.c
@@ -48,7 +48,7 @@
#include <mono/metadata/marshal.h>
#include <mono/metadata/tabledefs.h>
#include <mono/arch/s390/s390-codegen.h>
-
+#include <mono/metadata/debug-helpers.h>
#include "mini.h"
#include "mini-s390.h"