xref: /haiku/src/tools/fs_shell/compatibility.h (revision 83b1a68c52ba3e0e8796282759f694b7fdddf06d)
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
7 
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
15 
16 #endif	// _FSSH_COMPATIBILITY_H
17 
18