Include the stddef.h header for the size_t type.
This commit is contained in:
parent
4e5c9ad8a3
commit
04f1c1422b
@ -22,6 +22,8 @@
|
||||
#ifndef DC_BUFFER_H
|
||||
#define DC_BUFFER_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user