2002-01-07 Herbert Thoma <herbie@hthoma.de>

* src/gnome-search/gncmod-gnome-search.c:
	* src/business/business-gnome/businessmod-gnome.c:
	* gnucash/src/gnome-utils/dialog-options.h:
	* src/import-export/binary-import/druid-commodity.h:
	* src/register/register-gnome/gnucash-color.c:
	* src/report/report-gnome/gncmod-report-gnome.c:
	  add #ifdef HAVE_CONFIG_H
	    #include <config.h>
	    #endif
	  this fixes compile errors on SuSE 8.0 + 8.1


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7799 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/g2-gog-integ
Derek Atkins 24 years ago
parent 3db90b6f64
commit d8cff1cd3c

@ -1,3 +1,16 @@
2002-01-07 Herbert Thoma <herbie@hthoma.de>
* src/gnome-search/gncmod-gnome-search.c:
* src/business/business-gnome/businessmod-gnome.c:
* gnucash/src/gnome-utils/dialog-options.h:
* src/import-export/binary-import/druid-commodity.h:
* src/register/register-gnome/gnucash-color.c:
* src/report/report-gnome/gncmod-report-gnome.c:
add #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
this fixes compile errors on SuSE 8.0 + 8.1
2003-01-07 Derek Atkins <derek@ihtfp.com>
* src/business/business-core/file/* -- don't save half-built data.

@ -5,6 +5,10 @@
* Copyright (c) 2001 Derek Atkins <warlord@MIT.EDU>
*********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <guile/gh.h>
#include <glib.h>

@ -5,6 +5,10 @@
* Copyright (c) 2002 Derek Atkins <warlord@MIT.EDU>
*********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <guile/gh.h>
#include <glib.h>

@ -23,6 +23,10 @@
#ifndef OPTIONS_DIALOG_H
#define OPTIONS_DIALOG_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gnome.h>
#include <guile/gh.h>

@ -24,6 +24,10 @@
#ifndef DRUID_COMMODITY_H
#define DRUID_COMMODITY_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gnome.h>
#include "gnc-commodity.h"

@ -34,6 +34,10 @@
* before any of our Canvases are realized.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gnome.h>
#include "gnucash-color.h"

@ -5,6 +5,10 @@
* Copyright (c) 2001 Linux Developers Group, Inc.
*********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <guile/gh.h>
#include <glib.h>

Loading…
Cancel
Save