Possible fix for freebsd
authorBrian Aker <brian@gaz>
Wed, 30 Jun 2010 08:08:52 +0000 (01:08 -0700)
committerBrian Aker <brian@gaz>
Wed, 30 Jun 2010 08:08:52 +0000 (01:08 -0700)
unittests/strings.cc

index 8728926bd00ed346277794d12fe3fdfe7629f8f0..921fe8768ca17d9877920caefe215315da9961cb 100644 (file)
@@ -8,6 +8,9 @@
 
 #include "config.h"
 
+#define __STDC_LIMIT_MACROS
+#include <stdint.h>
+
 #include <gtest/gtest.h>
 
 #include <libmemcached/common.h>