3M Microtouch: #include <time.h> to fix the warnings.

This commit is contained in:
OBattler
2024-10-26 22:58:38 +02:00
parent 75a7c36549
commit f280a0ee6e

View File

@@ -28,6 +28,7 @@
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <time.h>
#include <86box/86box.h>
#include <86box/device.h>
#include <86box/timer.h>