Merge pull request #1192 from runlevel5/patch-1

Add header for strcasecmp()
This commit is contained in:
Yamagi 2025-03-15 09:49:01 +01:00 committed by GitHub
commit 989c30e31d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <time.h>