X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fos.hpp;fp=src%2Fvm%2Fos.hpp;h=c812c33f9d684eb08265f8ed0d32a328b7e77d5a;hb=f9105d985cb1633a0de21b3cf5a037759557bc38;hp=4f92a6365c413eacc3c8c7a7b5e518a491f89035;hpb=981c77f13ccb6b5b78c26b49489e09c91dff5f00;p=cacao.git diff --git a/src/vm/os.hpp b/src/vm/os.hpp index 4f92a6365..c812c33f9 100644 --- a/src/vm/os.hpp +++ b/src/vm/os.hpp @@ -89,6 +89,10 @@ # include #endif +#if defined(HAVE_SYS_LOADAVG_H) +# include +#endif + #if defined(HAVE_SYS_MMAN_H) # include #endif