2
0
forked from Ivasoft/DSView

added missing includes and a define to compile it for recent machines

I use arch btw
This commit is contained in:
Lutz Freitag
2024-05-22 21:29:54 +02:00
parent 1323716be5
commit 2018baf0e1
3 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <strings.h>
#include "../log.h"
#include <stdlib.h>