mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Fix all current build warnings in the userland.
This commit is contained in:
parent
e9cdb6bb9b
commit
3e0a0dd7ed
Notes:
sideshowbarker
2024-07-19 18:31:20 +09:00
Author: https://github.com/awesomekling
Commit: 3e0a0dd7ed
12 changed files with 42 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <LibC/utsname.h>
|
||||
#include <LibC/stdio.h>
|
||||
#include <utsname.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue