* options.h: Include <cstring>.
+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.
#include "config.h"
#include "ansidecl.h"
+#include <cstddef>
+#include <sys/types.h>
+
#ifdef ENABLE_NLS
# include <libintl.h>
# define _(String) gettext (String)
#define GOLD_OPTIONS_H
#include <cstdlib>
+#include <cstring>
#include <list>
#include <string>
#include <vector>