Added 2 include files to compile under Linux

This commit is contained in:
Federico Hernandez 2009-05-14 17:12:58 +02:00 committed by Paul Beckingham
parent 2fd7f6d681
commit f310924675
2 changed files with 109 additions and 0 deletions

View file

@ -31,6 +31,8 @@
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <linux/limits.h>
#include <string.h>
#include "task.h"
////////////////////////////////////////////////////////////////////////////////