X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Frculfhash-internal.h;h=d29a9232c03e6c42c844d8bfaaf3f63e588c5473;hb=109267f653502cf5ef5ada5d098167b9726daa2d;hp=0f8df97c0b6305e41cc533384586698d131bf0d7;hpb=d0ec0ed2fcb5d67a28587dcb778606e64f5b7b83;p=urcu.git diff --git a/src/rculfhash-internal.h b/src/rculfhash-internal.h index 0f8df97..d29a923 100644 --- a/src/rculfhash-internal.h +++ b/src/rculfhash-internal.h @@ -26,6 +26,8 @@ #include #include +#include +#include #ifdef DEBUG #define dbg_printf(fmt, args...) printf("[debug rculfhash] " fmt, ## args)