Skip to content
Snippets Groups Projects
Commit 0f034d69 authored by Axel Naumann's avatar Axel Naumann
Browse files

Verify that one of SYSTEM_TYPE_... is set.

parent cae22b0d
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
#elif defined(SYSTEM_TYPE_macosx)
#include "core/macosx/inc/LinkDef.h"
#include "core/unix/inc/LinkDef.h"
#else
#elif defined(SYSTEM_TYPE_unix)
#include "core/unix/inc/LinkDef.h"
#else
# error "Unsupported system type."
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment