Skip to content

Commit

Permalink
LibCore: Fix CArgsParser build on my host machine
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 1, 2020
1 parent ab57db2 commit d0c2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LibCore/CArgsParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include "CArgsParser.h"
#include <AK/StringBuilder.h>

#include <getopt.h>
#include <limits.h>
#include <stdio.h>

CArgsParser::CArgsParser()
Expand Down

0 comments on commit d0c2308

Please sign in to comment.