Fix compile

This commit is contained in:
starfrost013
2025-09-14 01:34:11 +01:00
parent 57ae731e22
commit 3e3303272e

View File

@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <86box/random.h>
#if ! defined(__x86_64__))
#if !defined(__x86_64__)
# include <time.h>
#endif