mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* gold.h: Include <cstddef> and <sys/types.h>
* options.h: Include <cstring>.
This commit is contained in:
parent
c427c3100c
commit
cbb93e6310
@ -1,3 +1,8 @@
|
||||
2008-03-22 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* gold.h: Include <cstddef> and <sys/types.h>
|
||||
* options.h: Include <cstring>.
|
||||
|
||||
2008-03-21 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* Added source code to GNU binutils.
|
||||
|
@ -26,6 +26,9 @@
|
||||
#include "config.h"
|
||||
#include "ansidecl.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
# include <libintl.h>
|
||||
# define _(String) gettext (String)
|
||||
|
@ -37,6 +37,7 @@
|
||||
#define GOLD_OPTIONS_H
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user