ck_malloc: Add stdbool.h include.

ck_pring
Samy Al Bahra 13 years ago
parent 2d37b6f828
commit a7031bf938

@ -27,6 +27,7 @@
#ifndef _CK_MALLOC_H
#define _CK_MALLOC_H
#include <stdbool.h>
#include <sys/types.h>
struct ck_malloc {

Loading…
Cancel
Save