Prechádzať zdrojové kódy

LibCore: Include sys/ucred.h in System.h for FreeBSD

nipos 2 rokov pred
rodič
commit
938a4e26b5
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      Userland/Libraries/LibCore/System.h

+ 4 - 0
Userland/Libraries/LibCore/System.h

@@ -39,6 +39,10 @@
 #    include <shadow.h>
 #    include <shadow.h>
 #endif
 #endif
 
 
+#ifdef AK_OS_FREEBSD
+#    include <sys/ucred.h>
+#endif
+
 #ifdef AK_OS_SOLARIS
 #ifdef AK_OS_SOLARIS
 #    include <sys/filio.h>
 #    include <sys/filio.h>
 #    include <ucred.h>
 #    include <ucred.h>