diff options
| author | Gordon Sim <gsim@apache.org> | 2009-06-18 08:56:04 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-06-18 08:56:04 +0000 |
| commit | 3580a2199be21ddbc5d4ecf2ccf37b2c923d4ef0 (patch) | |
| tree | d3808dee7516b9fd8c9fe1710fc82332977f9c72 /cpp/src/qpid | |
| parent | ebf8ccf7bb8c5d7111b04a76c9b5bc9c8e0c6327 (diff) | |
| download | qpid-python-3580a2199be21ddbc5d4ecf2ccf37b2c923d4ef0.tar.gz | |
Add missing include required on some platforms.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/sys/posix/check.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/posix/check.h b/cpp/src/qpid/sys/posix/check.h index 5f18b26cec..03eee54196 100644 --- a/cpp/src/qpid/sys/posix/check.h +++ b/cpp/src/qpid/sys/posix/check.h @@ -27,6 +27,7 @@ #include <cerrno> #include <assert.h> #include <stdio.h> +#include <stdlib.h> #define QPID_POSIX_ERROR(ERRNO) qpid::Exception(QPID_MSG(qpid::sys::strError(ERRNO))) |
