* 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

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