From 9874935dd87d14bce63057d736538ba4d5c16903 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 17 Oct 2006 22:32:47 +0000 Subject: [PATCH] Do not depend on glib/types.h svn path=/trunk/mono/; revision=66767 --- support/map-icalls.h | 2 +- support/map.h | 2 +- support/sys-wait.c | 2 +- support/syslog.c | 2 +- support/time.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/support/map-icalls.h b/support/map-icalls.h index aa43985fbdb0f..c7f6fc4f2a554 100644 --- a/support/map-icalls.h +++ b/support/map-icalls.h @@ -8,7 +8,7 @@ #ifndef INC_Mono_Posix_map_ICALLS_H #define INC_Mono_Posix_map_ICALLS_H -#include +#include G_BEGIN_DECLS diff --git a/support/map.h b/support/map.h index baf45f12b052a..89351391c5ba7 100644 --- a/support/map.h +++ b/support/map.h @@ -8,7 +8,7 @@ #ifndef INC_Mono_Posix_map_H #define INC_Mono_Posix_map_H -#include +#include G_BEGIN_DECLS diff --git a/support/sys-wait.c b/support/sys-wait.c index be2def7bda2ed..4dc774d0817cb 100644 --- a/support/sys-wait.c +++ b/support/sys-wait.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include "mph.h" #include "map.h" diff --git a/support/syslog.c b/support/syslog.c index f5b96607a28ed..bb6ae89d7710b 100644 --- a/support/syslog.c +++ b/support/syslog.c @@ -12,7 +12,7 @@ #include #include "mph.h" -#include +#include G_BEGIN_DECLS diff --git a/support/time.c b/support/time.c index 71bbae9d0375a..5068e0fc75a24 100644 --- a/support/time.c +++ b/support/time.c @@ -12,7 +12,7 @@ #include #include "mph.h" -#include +#include G_BEGIN_DECLS