Przeglądaj źródła

LibC: Fix grp.h includes

That header file uses FILE*, which is defined in bits/FILE.h.

Fixes #8827.
Jean-Baptiste Boric 4 lat temu
rodzic
commit
ad6c385c9e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Userland/Libraries/LibC/grp.h

+ 1 - 0
Userland/Libraries/LibC/grp.h

@@ -7,6 +7,7 @@
 
 #pragma once
 
+#include <bits/FILE.h>
 #include <sys/cdefs.h>
 #include <sys/types.h>