Include statements to compile on Linux

This commit is contained in:
Federico Hernandez 2009-06-01 21:20:56 +02:00
parent a98951a8c3
commit ddfbfea715
3 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
#include "Context.h"
#include "text.h"
#include "util.h"

View file

@ -29,6 +29,7 @@
#include <sstream>
#include <text.h>
#include <util.h>
#include <stdlib.h>
#include "StringTable.h"
////////////////////////////////////////////////////////////////////////////////

View file

@ -27,7 +27,7 @@
#include <iostream>
#include <sstream>
#include <string>
#include <string.h>
#include <sys/file.h>
#include "text.h"
#include "util.h"