diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-04-30 21:15:05 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-04-30 21:15:05 +0000 |
| commit | 5b317d614cdfe8d50c05f7d476eeb597ae04a313 (patch) | |
| tree | 515f4c7cc37387b6102d346991daf7d1bf0b2b48 /cpp/src | |
| parent | 0a6e56abb67d8e91096f229a9dfee868f9c4efe4 (diff) | |
| download | qpid-python-5b317d614cdfe8d50c05f7d476eeb597ae04a313.tar.gz | |
QPID-4339: Add include necessary under some versions of unix
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/sys/posix/MemoryMappedFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/posix/MemoryMappedFile.cpp b/cpp/src/qpid/sys/posix/MemoryMappedFile.cpp index 147a1970ee..1696736213 100644 --- a/cpp/src/qpid/sys/posix/MemoryMappedFile.cpp +++ b/cpp/src/qpid/sys/posix/MemoryMappedFile.cpp @@ -22,6 +22,7 @@ #include "qpid/Exception.h" #include "qpid/Msg.h" #include <sys/mman.h> +#include <sys/stat.h> #include <unistd.h> #include <fcntl.h> |
