From bb58415037ceff0a0668d4b8bd789ec947170b54 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Sun, 10 Nov 2013 19:45:45 +0100 Subject: [PATCH] Add include for CLOCK_MONOTONIC --- src/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer.c b/src/timer.c index 55f5f9c..9beef00 100644 --- a/src/timer.c +++ b/src/timer.c @@ -28,7 +28,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include #include #include -- 2.30.2