From: ehofman Date: Tue, 27 Apr 2004 08:59:31 +0000 (+0000) Subject: Make sure the prototype definition of sleep() is found (at least for IRIX). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3a3466b142af9ae96cf3e664abad3c34f488754;p=simgear.git Make sure the prototype definition of sleep() is found (at least for IRIX). --- diff --git a/simgear/sound/openal_test1.cxx b/simgear/sound/openal_test1.cxx index 55127b2b..0a62ef1e 100644 --- a/simgear/sound/openal_test1.cxx +++ b/simgear/sound/openal_test1.cxx @@ -1,4 +1,5 @@ #include +#include // sleep() #if defined( __APPLE__ ) # define AL_ILLEGAL_ENUM AL_INVALID_ENUM diff --git a/simgear/sound/openal_test2.cxx b/simgear/sound/openal_test2.cxx index 44a36e26..63353ab6 100644 --- a/simgear/sound/openal_test2.cxx +++ b/simgear/sound/openal_test2.cxx @@ -1,4 +1,5 @@ #include +#include // sleep() #include "sample_openal.hxx" #include "soundmgr_openal.hxx"