diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-14 07:50:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-14 07:50:13 +0000 |
commit | d1dc39a44e339f9c48baa3854fffb3d68c73c8fa (patch) | |
tree | 9ca4f8502a99a106e82ce08713fbc059281b57fe /catgets/gencat.c | |
parent | 8599849f7a7f0899184f3b8ffaeb1d502aa55981 (diff) | |
download | glibc-d1dc39a44e339f9c48baa3854fffb3d68c73c8fa.tar glibc-d1dc39a44e339f9c48baa3854fffb3d68c73c8fa.tar.gz glibc-d1dc39a44e339f9c48baa3854fffb3d68c73c8fa.tar.bz2 glibc-d1dc39a44e339f9c48baa3854fffb3d68c73c8fa.zip |
Use "config.h" to refer to the local config.h file.
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index fdf958da3c..2afecadcbe 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -16,7 +16,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -# include <config.h> +# include "config.h" #endif #include <argp.h> |