tilde you need to brush up on your header knowledg

e.
This commit is contained in:
tildearrow 2022-03-06 04:52:03 -05:00
parent 86a71cc6a2
commit e0eb0ad3f4
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
#include "pcspkr.h"
#include "../engine.h"
#include <linux/input.h>
#include <math.h>
#include <sys/select.h>
#ifdef __linux__
#include <sys/ioctl.h>
#include <sys/select.h>
#include <fcntl.h>
#include <unistd.h>
#include <linux/input.h>
#include <linux/kd.h>
#endif