Include <unistd.h> in files that use unlink(). Fixes amiga build.

Patch by Raziel^

svn-id: r48471
This commit is contained in:
Ori Avtalion
2010-04-02 13:53:47 +00:00
parent f9f2f3846f
commit 93e1533ea3
13 changed files with 15 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@
#include <string.h>
#include <sstream>
#include <stdio.h>
#include <unistd.h>
#ifdef HAVE_CONFIG_H
#include <config.h>