Add missing headers. (I don't know why it worked before but not now....)

This commit is contained in:
Steve Checkoway
2003-11-01 21:25:58 +00:00
parent 5a7f4d5b3b
commit 84cd2f18a9
2 changed files with 2 additions and 0 deletions
@@ -17,6 +17,7 @@ using namespace std;
#include <cstring>
#include <stack>
#include <map>
#include <sys/errno.h>
#include "StdString.h"
#include "InstallerFile.h"
#include "Processor.h"
+1
View File
@@ -11,6 +11,7 @@
#include <sys/stat.h>
#include <sys/errno.h>
#include <sys/wait.h>
#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
#include "Util.h"