Use "config.h" to refer to the local config.h file.

This commit is contained in:
Ulrich Drepper 2005-12-14 07:50:13 +00:00
parent 8599849f7a
commit d1dc39a44e
1 changed files with 1 additions and 1 deletions

View 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>