]> git.mdlowis.com Git - proto/labwc.git/commitdiff
include/labwc.h: add <sys/time.h> (issue #4)
authorJohan Malm <jgm323@gmail.com>
Wed, 14 Oct 2020 20:17:20 +0000 (21:17 +0100)
committerJohan Malm <jgm323@gmail.com>
Wed, 14 Oct 2020 20:17:20 +0000 (21:17 +0100)
include/labwc.h

index 974381d172ba9441a935f4e056498be0f0849150..81ef4467851f4197dc31ac95b5ed68b8b1bfea81 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/time.h>
 #include <time.h>
 #include <unistd.h>
 #include <wayland-server-core.h>