mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Userland: Move HOST_NAME_MAX to limits.h
POSIX mandates its definition there.
This commit is contained in:
parent
f9d82ecf18
commit
b3e070b2f3
Notes:
sideshowbarker
2024-07-18 19:01:16 +09:00
Author: https://github.com/boricj
Commit: b3e070b2f3
Pull-request: https://github.com/SerenityOS/serenity/pull/6671
Reviewed-by: https://github.com/linusg
4 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue