Include string.h for memory operations

This commit is contained in:
NishiOwO
2025-03-24 18:57:36 +09:00
parent ad655ab40c
commit 090b9d988a

View File

@@ -18,6 +18,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>