Skip to content

Commit

Permalink
proper header for close()
Browse files Browse the repository at this point in the history
  • Loading branch information
davenger committed Mar 30, 2013
1 parent 1f20273 commit dc380ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/common/filemap.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@


#ifndef _WIN32 #ifndef _WIN32
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
#include <errno.h> #include <errno.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/mman.h> #include <sys/mman.h>
Expand Down

0 comments on commit dc380ee

Please sign in to comment.