1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:15:10 +00:00

LibCore: Fix CArgsParser build on my host machine

This commit is contained in:
Andreas Kling 2020-02-01 17:24:53 +01:00
parent ab57db2bf1
commit d0c230855d

View file

@ -26,8 +26,8 @@
#include "CArgsParser.h"
#include <AK/StringBuilder.h>
#include <getopt.h>
#include <limits.h>
#include <stdio.h>
CArgsParser::CArgsParser()