Fix missing header on linux

This commit is contained in:
Toby Jaffey 2025-12-08 10:22:08 +00:00
parent a88f3a1690
commit 43bba100c1

View file

@ -2,6 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
#include <termios.h>
#include "uvm32.h"