diff --git a/missing_fcntl.h b/missing_fcntl.h index 3527f66..1a46a0a 100644 --- a/missing_fcntl.h +++ b/missing_fcntl.h @@ -60,3 +60,10 @@ #ifndef O_TMPFILE #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) #endif + + +/* Additional hacks, not from systemd */ +// for v8/src/base/platform/platform-posix.cc +#ifndef _LINUX_MEMFD_H +#include +#endif \ No newline at end of file