[at-spi2-atk] Tests: include sys/time.h



commit a733b91d497d868ec92a2420e62ee11734fdc537
Author: Mike Gorse <mgorse suse com>
Date:   Sat Feb 29 16:03:47 2020 -0600

    Tests: include sys/time.h
    
    Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/14

 tests/atk_test_util.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/atk_test_util.h b/tests/atk_test_util.h
index d69e650..98a2c01 100644
--- a/tests/atk_test_util.h
+++ b/tests/atk_test_util.h
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <sys/time.h>
 #include <glib.h>
 #include <stdio.h>
 #include <stdlib.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]