Include the stddef.h header for the size_t type.

This commit is contained in:
Jef Driesen 2010-05-06 08:35:33 +00:00
parent 4e5c9ad8a3
commit 04f1c1422b

View File

@ -22,6 +22,8 @@
#ifndef DC_BUFFER_H
#define DC_BUFFER_H
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */