LibCore: Fix CArgsParser build on my host machine
This commit is contained in:
parent
ab57db2bf1
commit
d0c230855d
Notes:
sideshowbarker
2024-07-19 09:43:28 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d0c230855d4
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include "CArgsParser.h"
|
||||
#include <AK/StringBuilder.h>
|
||||
|
||||
#include <getopt.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
CArgsParser::CArgsParser()
|
||||
|
|
Loading…
Add table
Reference in a new issue