Browse Source

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

* options.h: Include <cstring>.
msnyder-reverse-20080609-branch
Ian Lance Taylor 19 years ago
parent
commit
cbb93e6310
  1. 5
      gold/ChangeLog
  2. 3
      gold/gold.h
  3. 1
      gold/options.h

5
gold/ChangeLog

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

3
gold/gold.h

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

1
gold/options.h

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

Loading…
Cancel
Save