src/memfd.c @@ -12,6 +12,7 @@ #include <time.h> #include <stdarg.h> #include "memfd.h" #include <assert.h> #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0)