[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch 1/7] Insert some missing "#include <config.h>" lines.
From: |
blp |
Subject: |
[patch 1/7] Insert some missing "#include <config.h>" lines. |
Date: |
Sat, 02 Jun 2007 15:36:48 -0700 |
User-agent: |
quilt/0.45-1 |
Index: merge/src/ui/gui/sort-cases-dialog.c
===================================================================
--- merge.orig/src/ui/gui/sort-cases-dialog.c 2007-06-02 12:46:38.000000000
-0700
+++ merge/src/ui/gui/sort-cases-dialog.c 2007-06-02 12:46:43.000000000
-0700
@@ -17,7 +17,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
-
+#include <config.h>
#include <gtk/gtk.h>
#include "sort-cases-dialog.h"
#include "helper.h"
Index: merge/src/ui/gui/var-display.c
===================================================================
--- merge.orig/src/ui/gui/var-display.c 2007-06-02 12:47:38.000000000 -0700
+++ merge/src/ui/gui/var-display.c 2007-06-02 12:47:43.000000000 -0700
@@ -1,3 +1,4 @@
+#include <config.h>
#include "var-display.h"
#include <data/variable.h>
Index: merge/src/ui/gui/variable-info-dialog.c
===================================================================
--- merge.orig/src/ui/gui/variable-info-dialog.c 2007-06-02
12:47:52.000000000 -0700
+++ merge/src/ui/gui/variable-info-dialog.c 2007-06-02 12:47:58.000000000
-0700
@@ -17,7 +17,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
-
+#include <config.h>
#include <gtk/gtk.h>
#include <glade/glade.h>
#include <gtksheet/gtksheet.h>
--
- [patch 0/7] some bits of simpler-proc ready for review, blp, 2007/06/03
- [patch 2/7] Add insert_range, insert_element functions., blp, 2007/06/03
- [patch 7/7] Implement support for "INTEGER LIST"-type subcommands in q2c. The documentation claimed these were supported, but actually they werent., blp, 2007/06/03
- [patch 5/7] Remove author. Fix compile-command., blp, 2007/06/03
- [patch 6/7] Use var_is_alpha., blp, 2007/06/03
- [patch 4/7] Remove next, prev, up node names from @node lines, to make structural changes to the manual easier. (These node names are not needed by makeinfo.), blp, 2007/06/03
- [patch 3/7] Ignore _ndebug, _profile directories that I use for -DNDEBUG and profiling builds., blp, 2007/06/03
- [patch 1/7] Insert some missing "#include <config.h>" lines.,
blp <=
- Re: [patch 0/7] some bits of simpler-proc ready for review, John Darrington, 2007/06/03