2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _FSSH_COMPATIBILITY_H
6 #define _FSSH_COMPATIBILITY_H
8 #if (defined(__BEOS__) || defined(__HAIKU__))
9 # ifndef HAIKU_HOST_PLATFORM_HAIKU
10 # include <HaikuBuildCompatibility.h>
13 # include <BeOSBuildCompatibility.h>
16 #endif // _FSSH_COMPATIBILITY_H