From 5dd80c3b5663a80ffb3bf46380dd44a94ff81865 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 17 Oct 2000 08:15:00 +0000 Subject: [PATCH] +#include // for usleep on non-linux platforms i.e. Tru64. Showstopper (breaks compilation)...... svn path=/trunk/kdebase/kwin/; revision=68077 --- clients/riscos/Manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/riscos/Manager.cpp b/clients/riscos/Manager.cpp index a18a24c3e1..7b72cd7e74 100644 --- a/clients/riscos/Manager.cpp +++ b/clients/riscos/Manager.cpp @@ -21,6 +21,7 @@ */ #include // for usleep +#include // for usleep on non-linux platforms #include #include