Fix FreeBSD build.
[haiku.git] / src / tools / fs_shell / compatibility.h
blob2a88aa5d786a5fd931403d5d2d41e1617b491240
1 /*
2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
3 * Distributed under the terms of the MIT License.
4 */
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>
11 # endif
12 #else
13 # include <BeOSBuildCompatibility.h>
14 #endif
16 #endif // _FSSH_COMPATIBILITY_H