1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

Move <utsname.h> to <sys/utsname.h> for correctness.

This commit is contained in:
Andreas Kling 2018-11-09 10:24:41 +01:00
parent 8249c086c3
commit 7b3b5f745f
Notes: sideshowbarker 2024-07-19 18:31:15 +09:00
4 changed files with 9 additions and 9 deletions

View file

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