$NetBSD: patch-tests_libmemcached-1.0_pool.cc,v 1.5 2017/10/09 07:48:52 adam Exp $ Use stdint. --- tests/libmemcached-1.0/pool.cc.orig 2014-02-09 11:52:42.000000000 +0000 +++ tests/libmemcached-1.0/pool.cc @@ -34,6 +34,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ +#define __STDC_CONSTANT_MACROS #include #include @@ -44,6 +45,7 @@ using namespace libtest; #include #include #include +#include #include