From aa9f9b08924ac6ac56e7f3a30bb0e6b29b01bd06 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 24 Feb 2011 23:08:48 -0500 Subject: [PATCH] Use ck_stdint.h rather than stdint.h, always. --- include/ck_pr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_pr.h b/include/ck_pr.h index 2059dd6..ee886f7 100644 --- a/include/ck_pr.h +++ b/include/ck_pr.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include #if defined(__x86_64__)