2010-03-01 Robert Jordan <robertj@gmx.net>
authorRobert Jordan <robertj@gmx.net>
Mon, 1 Mar 2010 10:28:34 +0000 (10:28 -0000)
committerRobert Jordan <robertj@gmx.net>
Mon, 1 Mar 2010 10:28:34 +0000 (10:28 -0000)
* filewatcher.h: Include glib.h to fix the MSVC build.

svn path=/trunk/mono/; revision=152662

mono/metadata/ChangeLog
mono/metadata/filewatcher.h

index 68103395cb87071c5b602bc3472f566cf7b72366..630ab910ed09bea332ba61ec132ea8427f6283fb 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-01  Robert Jordan  <robertj@gmx.net>
+
+       * filewatcher.h: Include glib.h to fix the MSVC build.
+
 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
 
        * class-internals.h (MonoClass): Get rid of the reflection_info field, add
index 9ba2535ad2b7a49adab7054dd1fbba08d91216e1..dafff3d374cadef3215f9a092b0145f56ffcbdf3 100644 (file)
@@ -13,6 +13,7 @@
 #include <mono/metadata/object.h>
 #include <mono/io-layer/io-layer.h>
 #include "mono/utils/mono-compiler.h"
+#include <glib.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>