Fixes realpath for beos uses. As beos also misses fchdir...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@423 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-27 13:57:53 +00:00
parent 77f745e1f0
commit 321187693c
3 changed files with 10 additions and 4 deletions

View File

@@ -22,7 +22,12 @@
#ifndef _STRUCT_H_
#define _STRUCT_H_
#include <stdint.h>
#if defined(__BEOS__)
#include <inttypes.h>
#else
#include <stdint.h>
#endif
#include "const.h"
// Déclaration des types de base /////////////////////////////////////////////