- Added "#include <string.h>" to task.cpp to ensure clean build under GCC 4.3

This commit is contained in:
Paul Beckingham 2008-09-12 16:22:51 -04:00
parent fb87039d8c
commit ec15dc9342
4 changed files with 8 additions and 1 deletions

View file

@ -29,6 +29,7 @@
#include <fstream>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <pwd.h>