diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-12-23 12:27:33 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-12-23 12:27:33 +0000 |
commit | 563ee17a914505d108a8b9b8c9a8574dfcafd75c (patch) | |
tree | f4ec0139d8d056177bbc9dbc828728d2f98875a6 /modules/other/gail/gailpaned.c | |
parent | b0702a91ad52abf0d7023b6f7e0f34148a0a3606 (diff) | |
download | gtk+-563ee17a914505d108a8b9b8c9a8574dfcafd75c.tar.gz |
Include <config.h>. Bug #504720.
svn path=/trunk/; revision=19228
Diffstat (limited to 'modules/other/gail/gailpaned.c')
-rw-r--r-- | modules/other/gail/gailpaned.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/other/gail/gailpaned.c b/modules/other/gail/gailpaned.c index 47619aa365..c276c100fb 100644 --- a/modules/other/gail/gailpaned.c +++ b/modules/other/gail/gailpaned.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include <config.h> + #include <string.h> #include <gtk/gtk.h> #include "gailpaned.h" |