Fixed debug build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-12-11 20:57:51 +00:00
parent a7c861ab5a
commit 8126a5e7f4
1 changed files with 2 additions and 1 deletions

View File

@ -45,8 +45,9 @@ All rights reserved.
// low level FS calls.
#include <ctype.h>
#include <string.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <Alert.h>
#include <Application.h>