diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-09-21 13:25:17 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-09-21 13:25:17 +0000 |
commit | fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c (patch) | |
tree | 58ab7b9a2d3aed7b6288283d9d408823420bbf8b /gl/printf-args.c | |
parent | 2c54ada4e0cabb8bcbdd373e14f7cdfc47164c68 (diff) | |
download | gnutls-fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c.tar.gz |
Update.
Diffstat (limited to 'gl/printf-args.c')
-rw-r--r-- | gl/printf-args.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gl/printf-args.c b/gl/printf-args.c index 96b7996abc..550c467009 100644 --- a/gl/printf-args.c +++ b/gl/printf-args.c @@ -15,9 +15,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> /* Specification. */ #include "printf-args.h" |