Fixing this absolute blunder before Canonical sees it and thinks I don't know C

This commit is contained in:
nolan 2025-06-12 14:50:43 -04:00
parent 09369cf7f2
commit e285200c0e

View File

@ -1,4 +1,5 @@
#ifndef CONTROLLER #ifndef CONTROLLER
#def CONTROLLER
#include <sys/types.h> #include <sys/types.h>
#include <sys/select.h> #include <sys/select.h>
@ -13,4 +14,4 @@
#include <signal.h> #include <signal.h>
#include <stdlib.h> #include <stdlib.h>
#endif #endif