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-10-18 02:32:47 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-10-18 02:32:47 +0400
commit9874935dd87d14bce63057d736538ba4d5c16903 (patch)
tree5940ce54126c1ab5e2a65ffc56cb38dc75bc18bf /support/time.c
parent811594bcf724bb6670ca03e6ccea7f138e01212f (diff)
Do not depend on glib/types.h
svn path=/trunk/mono/; revision=66767
Diffstat (limited to 'support/time.c')
-rw-r--r--support/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/time.c b/support/time.c
index 71bbae9d037..5068e0fc75a 100644
--- a/support/time.c
+++ b/support/time.c
@@ -12,7 +12,7 @@
#include <errno.h>
#include "mph.h"
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS