Fix all current build warnings in the userland.

This commit is contained in:
Andreas Kling 2018-11-09 10:18:04 +01:00
commit 3e0a0dd7ed
Notes: sideshowbarker 2024-07-19 18:31:20 +09:00
12 changed files with 42 additions and 25 deletions

View file

@ -1,5 +1,5 @@
#include <LibC/utsname.h>
#include <LibC/stdio.h>
#include <utsname.h>
#include <stdio.h>
int main(int argc, char** argv)
{