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"