From Andy Skinner, build fixes for Solaris

This commit is contained in:
Robert Osfield
2007-12-13 15:24:42 +00:00
parent 492e01d244
commit 831dc38166
3 changed files with 8 additions and 3 deletions

View File

@@ -3,8 +3,10 @@
#include <vector>
#include <string>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <stdio.h>
#include <io.h>
#else
#include <unistd.h>