mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
10 lines
253 B
C++
10 lines
253 B
C++
--- src/runtime/shared_mem.cc.orig 2023-04-30 05:51:10 UTC
|
|
+++ src/runtime/shared_mem.cc
|
|
@@ -6,6 +6,7 @@
|
|
#ifndef _WIN32
|
|
#include <fcntl.h>
|
|
#include <sys/mman.h>
|
|
+#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
#endif
|
|
#include <dgl/runtime/shared_mem.h>
|