mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 19:38:55 +02:00
Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
2008-05-05 Michael Natterer <mitch@imendio.com> * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from being checked in that breaks the build of applications which use G_DISABLE_SINGLE_INCLUDES. * gmodule.c: #include "glib.h" instead of "glibconfig.h" svn path=/trunk/; revision=6877
This commit is contained in:
committed by
Michael Natterer
parent
b6cf0addba
commit
70af00fc06
@@ -29,7 +29,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "glibconfig.h"
|
||||
|
||||
#include "glib.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user