mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a couple of files that didn't include config.h.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14331 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3366829dc2
commit
b688e6c4ca
@ -1,3 +1,8 @@
|
||||
2006-06-04 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-icons.c:
|
||||
* src/gnome-utils/test/test-gnc-dialog.c: Include "config.h".
|
||||
|
||||
2006-06-04 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* configure.in:
|
||||
|
@ -4,6 +4,8 @@
|
||||
* Author: Jan Arne Petersen <jpetersen@uni-bonn.de>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
/* Copyright (C) 2005, Chris Shoemaker <c.shoemaker@cox.net>
|
||||
* This file is free software. See COPYING for details. */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user