X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.cpp;h=9107a763aa0416e111d47390ffecda7cc0163c77;hp=06777fb984872f9444dc4c3146208c3e50643ae3;hb=fe77fc6b869a71bf94d501a0762579f4ddbc5094;hpb=c6e82eb96aba6354a35143ccae6f0ae87b4c1204 diff --git a/source/core/semaphore.cpp b/source/core/semaphore.cpp index 06777fb..9107a76 100644 --- a/source/core/semaphore.cpp +++ b/source/core/semaphore.cpp @@ -1,5 +1,5 @@ /* -This file is part of libmspframework +This file is part of libmspcore Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -7,6 +7,7 @@ Distributed under the LGPL #include #include "semaphore.h" #include "../time/timestamp.h" +#include "../time/units.h" #include "../time/utils.h" namespace Msp {