]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/semaphore.cpp
Throw out anything polling related - they will go to libmspio eventually
[libs/core.git] / source / core / semaphore.cpp
index 06777fb984872f9444dc4c3146208c3e50643ae3..9107a763aa0416e111d47390ffecda7cc0163c77 100644 (file)
@@ -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 <errno.h>
 #include "semaphore.h"
 #include "../time/timestamp.h"
+#include "../time/units.h"
 #include "../time/utils.h"
 
 namespace Msp {