Timeval: Move to osmo_clock_gettime

Change-Id: I24da3e1136c5396062662be1d10b07b4d97cfc2e
diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h
index b780af1..7c6a6f6 100644
--- a/CommonLibs/Timeval.h
+++ b/CommonLibs/Timeval.h
@@ -47,7 +47,7 @@
 	public:
 
 	/** Set the value to current time. */
-	void now() { clock_gettime(CLOCK_REALTIME, &mTimespec); }
+	void now();
 
 	/** Set the value to gettimeofday plus an offset. */
 	void future(unsigned ms);