mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
If this triggers, it means something is using the "build" errors while the build system thinks it is not, which is always an error. Nothing triggers this at present, but some subtle bugs in the build system a while back would have been caught by this.
6 lines
198 B
C
6 lines
198 B
C
#if !defined(BEOS_BUILD_COMPATIBILITY_H) && !defined(HAIKU_BUILD_COMPATIBILITY_H)
|
|
# error "Using build headers without compatibility headers, something is wrong!"
|
|
#endif
|
|
|
|
#include <../os/BeBuild.h>
|