Use "config.h" to refer to the local config.h file.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Dec 2005 07:50:13 +0000 (07:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Dec 2005 07:50:13 +0000 (07:50 +0000)
catgets/gencat.c

index fdf958d..2afecad 100644 (file)
@@ -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>