Make sure to include <config.h> (#137001)

2004-03-12  Morten Welinder  <terra@gnome.org>

	* *.c: Make sure to include <config.h>  (#137001)
This commit is contained in:
Morten Welinder 2004-03-12 18:25:01 +00:00 committed by Morten Welinder
parent 7bac818972
commit c2ddd0e23c
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-03-12 Morten Welinder <terra@gnome.org>
* *.c: Make sure to include <config.h> (#137001)
Wed Mar 10 22:48:15 2004 Jonathan Blandford <jrb@gnome.org>
* Sync from upstream

View File

@ -25,6 +25,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "xdgmime.h"
#include "xdgmimeint.h"
#include "xdgmimeglob.h"

View File

@ -25,6 +25,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "xdgmimeint.h"
#include <ctype.h>
#include <string.h>

View File

@ -25,6 +25,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <assert.h>
#include "xdgmimemagic.h"
#include "xdgmimeint.h"