* mph.h: Use <glib.h>, not <glib/gtypes.h>, as the HP/UX compiler needs
authorJonathan Pryor <jpryor@novell.com>
Wed, 1 Dec 2004 00:02:39 +0000 (00:02 -0000)
committerJonathan Pryor <jpryor@novell.com>
Wed, 1 Dec 2004 00:02:39 +0000 (00:02 -0000)
  <glib/gutils.h> to handle the `inline' keyword.

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

support/ChangeLog
support/mph.h

index 6561126c63c28fc56af0a47c6ec5ac75c146b437..b42beede4160fcd81be874f9234e5a87413befc5 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-30  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * mph.h: Use <glib.h>, not <glib/gtypes.h>, as the HP/UX compiler needs
+         <glib/gutils.h> to handle the `inline' keyword.
+
 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
 
        * Makefile.am (MPH_SOURCE): Add macros.c for compatibility with
index 49a5e9781fcfd121a5998b6adf55b6bc79ad45ef..95490117db9eadfaaefd78079b6f919d9d38626d 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <limits.h>             /* LONG_MAX, ULONG_MAX */
 #include <errno.h>              /* for ERANGE */
-#include <glib/gtypes.h>        /* for g* types, etc. */
+#include <glib.h>               /* for g* types, etc. */
 
 #ifdef HAVE_STDINT_H
 #include <stdint.h>             /* for SIZE_MAX */