diff options
| author | Werner Koch <[email protected]> | 2007-05-07 19:49:12 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2007-05-07 19:49:12 +0000 |
| commit | d5052fd22864ebb879e3b417ecfefd88e6c1800a (patch) | |
| tree | 82f547df2e3ac98021fd713f470cc00610482c8e /intl/relocatable.c | |
| parent | Updated to automake 1.10. (diff) | |
| download | gnupg-d5052fd22864ebb879e3b417ecfefd88e6c1800a.tar.gz gnupg-d5052fd22864ebb879e3b417ecfefd88e6c1800a.zip | |
Upgraded gettext.
Fixed accidental dependency on libgcrypt 1.3.0.
Diffstat (limited to 'intl/relocatable.c')
| -rw-r--r-- | intl/relocatable.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/intl/relocatable.c b/intl/relocatable.c index 7cc8daf77..5e1dde6c8 100644 --- a/intl/relocatable.c +++ b/intl/relocatable.c @@ -1,5 +1,5 @@ /* Provide relocatable packages. - Copyright (C) 2003-2005 Free Software Foundation, Inc. + Copyright (C) 2003-2006 Free Software Foundation, Inc. Written by Bruno Haible <[email protected]>, 2003. This program is free software; you can redistribute it and/or modify it @@ -25,9 +25,7 @@ # define _GNU_SOURCE 1 #endif -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include <config.h> /* Specification. */ #include "relocatable.h" |
