aboutsummaryrefslogtreecommitdiffstats
path: root/math/dgl/files/patch-src_runtime_shared__mem.cc
blob: 9bd03e0fe9f6c5e59911dba086ed6b1174eaf894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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>