Use ck_stdint.h rather than stdint.h, always.

ck_pring
Samy Al Bahra 14 years ago
parent 4bbdb7e30d
commit aa9f9b0892

@ -30,7 +30,7 @@
#include <ck_cc.h> #include <ck_cc.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <ck_stdint.h>
#include <limits.h> #include <limits.h>
#if defined(__x86_64__) #if defined(__x86_64__)

Loading…
Cancel
Save