LibC: Deduplicate declaration of strcasecmp

This commit is contained in:
Ben Wiederhake 2020-08-24 23:11:09 +02:00 committed by Andreas Kling
commit cd93fb9656
Notes: sideshowbarker 2024-07-19 03:09:15 +09:00
2 changed files with 1 additions and 2 deletions

View file

@ -37,6 +37,7 @@
#include <LibCore/Notifier.h>
#include <pwd.h>
#include <stdio.h>
#include <strings.h>
#define IRC_DEBUG