mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-18 15:43:08 +08:00
Add FIXME explaining include problem.
This commit is contained in:
10
gdb/utils.c
10
gdb/utils.c
@ -20,10 +20,16 @@
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* FIXME: cagney/2002-02-28: The GDB coding standard indicates that
|
||||
"defs.h" should be included first. Unfortunatly some systems
|
||||
(currently Debian GNU/Linux) include the <stdbool.h> via <curses.h>
|
||||
and they clash with "bfd.h"'s definiton of true/false. The correct
|
||||
fix is to remove true/false from "bfd.h", however, until that
|
||||
happens, hack around it by including "config.h" and <curses.h>
|
||||
first. */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* Include before "bfd.h" so that we get stdbool.h in time, if <curses.h>
|
||||
brings it in. */
|
||||
#ifdef HAVE_CURSES_H
|
||||
#include <curses.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user