summaryrefslogtreecommitdiff
path: root/catgets
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-14 07:50:13 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-14 07:50:13 +0000
commitd1dc39a44e339f9c48baa3854fffb3d68c73c8fa (patch)
tree9ca4f8502a99a106e82ce08713fbc059281b57fe /catgets
parent8599849f7a7f0899184f3b8ffaeb1d502aa55981 (diff)
Use "config.h" to refer to the local config.h file.
Diffstat (limited to 'catgets')
-rw-r--r--catgets/gencat.c2
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>