mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibC: Deduplicate declaration of strcasecmp
This commit is contained in:
parent
9a25dd99c3
commit
cd93fb9656
Notes:
sideshowbarker
2024-07-19 03:09:15 +09:00
Author: https://github.com/BenWiederhake
Commit: cd93fb9656
Pull-request: https://github.com/SerenityOS/serenity/pull/3302
2 changed files with 1 additions and 2 deletions
|
@ -37,6 +37,7 @@
|
|||
#include <LibCore/Notifier.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
|
||||
#define IRC_DEBUG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue