mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix some build problems on FC3 related to the include file changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11994 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-11-20 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/backend/file/gnc-backend-file.c:
|
||||
* src/gnome-utils/dialog-utils.c: Fix some build problems on FC3
|
||||
related to the include file changes.
|
||||
|
||||
2005-11-20 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* src/core-utils/gnc-gkeyfile-utils.c : Modifying Scott's
|
||||
|
||||
@@ -30,8 +30,11 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <libintl.h>
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glade/glade.h>
|
||||
#include <gmodule.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include "dialog-utils.h"
|
||||
|
||||
Reference in New Issue
Block a user