* gold.h: Include <cstddef> and <sys/types.h>

* options.h: Include <cstring>.
This commit is contained in:
Ian Lance Taylor 2008-03-22 18:51:35 +00:00
parent c427c3100c
commit cbb93e6310
3 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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)

View File

@ -37,6 +37,7 @@
#define GOLD_OPTIONS_H
#include <cstdlib>
#include <cstring>
#include <list>
#include <string>
#include <vector>