We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loff_t
1 parent 23b4324 commit a96a9fcCopy full SHA for a96a9fc
1 file changed
src/util/smbiosHelper.c
@@ -55,6 +55,7 @@ const FFSmbiosHeader* ffSmbiosNextEntry(const FFSmbiosHeader* header)
55
#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__sun) || defined(__HAIKU__) || defined(__OpenBSD__)
56
#include <fcntl.h>
57
#include <sys/stat.h>
58
+#include <sys/types.h>
59
#include <sys/mman.h>
60
#include <stddef.h>
61
0 commit comments