diff options
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" |