Portability - Solaris

- Added include of auto.h to allow #ifdef SOLARIS to work.
- Put #ifdef around glob arguments that aren't supported on Solaris.
- Fixed uninitialized variable that only gcc on Solaris spotted.
This commit is contained in:
Paul Beckingham
2010-02-12 20:58:56 -05:00
parent 75666c56cc
commit 9b80017323
3 changed files with 8 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#include <dirent.h>
#include <string.h>
#include "Directory.h"
#include "../auto.h"
////////////////////////////////////////////////////////////////////////////////
Directory::Directory ()