Skip to content

Commit

Permalink
Include errno.h in memfile.cpp (#122)
Browse files Browse the repository at this point in the history
Include errno.h in memfile.cpp to fix compilation errors on some platforms
  • Loading branch information
philippelatulippe authored Jul 28, 2023
1 parent 55b9aa5 commit 5cba919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/mman.h>
#include <errno.h>
#include "memfile.hpp"

#define INCREMENT 131072
Expand Down

0 comments on commit 5cba919

Please sign in to comment.