mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
Move <utsname.h> to <sys/utsname.h> for correctness.
This commit is contained in:
parent
8249c086c3
commit
7b3b5f745f
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <utsname.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue