diff options
Diffstat (limited to 'src/thread/thread_morphos.cpp')
-rw-r--r-- | src/thread/thread_morphos.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread/thread_morphos.cpp b/src/thread/thread_morphos.cpp index abf2cf0cc..cc6b2f9d3 100644 --- a/src/thread/thread_morphos.cpp +++ b/src/thread/thread_morphos.cpp @@ -23,6 +23,8 @@ #include <proto/dos.h> #include <proto/exec.h> +#include "../safeguards.h" + /** * avoid name clashes with MorphOS API functions */ |