diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2013-06-07 03:18:19 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2013-06-07 03:18:19 +0000 |
| commit | 07dcea8f0ee2631331ed3475c9fc38db3e6df16f (patch) | |
| tree | 1f641cbe18d34551de780d806a11179212698ba6 /src/widgets | |
| parent | Warning cleanup. (diff) | |
| download | inkscape-07dcea8f0ee2631331ed3475c9fc38db3e6df16f.tar.gz inkscape-07dcea8f0ee2631331ed3475c9fc38db3e6df16f.zip | |
Adding inclusion of config.h where needed for threads.h check.
(bzr r12355)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/dash-selector.h | 4 | ||||
| -rw-r--r-- | src/widgets/desktop-widget.h | 4 | ||||
| -rw-r--r-- | src/widgets/gradient-selector.h | 4 | ||||
| -rw-r--r-- | src/widgets/gradient-vector.h | 4 | ||||
| -rw-r--r-- | src/widgets/icon.h | 4 | ||||
| -rw-r--r-- | src/widgets/stroke-marker-selector.h | 4 | ||||
| -rw-r--r-- | src/widgets/swatch-selector.h | 4 |
7 files changed, 28 insertions, 0 deletions
diff --git a/src/widgets/dash-selector.h b/src/widgets/dash-selector.h index 4004d4089..faa667ac7 100644 --- a/src/widgets/dash-selector.h +++ b/src/widgets/dash-selector.h @@ -10,6 +10,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h index a93852803..9031ac854 100644 --- a/src/widgets/desktop-widget.h +++ b/src/widgets/desktop-widget.h @@ -12,6 +12,10 @@ * ? -2004 */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h index a5a9dcfc2..c88666b06 100644 --- a/src/widgets/gradient-selector.h +++ b/src/widgets/gradient-selector.h @@ -15,6 +15,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h index e90dc9af3..64e40a35b 100644 --- a/src/widgets/gradient-vector.h +++ b/src/widgets/gradient-vector.h @@ -15,6 +15,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif diff --git a/src/widgets/icon.h b/src/widgets/icon.h index 123809a41..87dd943c4 100644 --- a/src/widgets/icon.h +++ b/src/widgets/icon.h @@ -14,6 +14,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif diff --git a/src/widgets/stroke-marker-selector.h b/src/widgets/stroke-marker-selector.h index 6f5ee56c4..d9732038e 100644 --- a/src/widgets/stroke-marker-selector.h +++ b/src/widgets/stroke-marker-selector.h @@ -10,6 +10,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif diff --git a/src/widgets/swatch-selector.h b/src/widgets/swatch-selector.h index 45015593c..c8c9983a6 100644 --- a/src/widgets/swatch-selector.h +++ b/src/widgets/swatch-selector.h @@ -1,6 +1,10 @@ #ifndef SEEN_SP_SWATCH_SELECTOR_H #define SEEN_SP_SWATCH_SELECTOR_H +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif |
