Make sure to include config.h if available.

This commit is contained in:
tv 1998-08-28 16:58:25 +00:00
parent 1f41015535
commit 5990abf3b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
/* This file lives in at least two places: libiberty and gcc.
Don't change one without the other. */
#ifdef IN_GCC
#if defined(IN_GCC) || defined(HAVE_CONFIG_H)
#include "config.h"
#endif