Added stddef.h to strophe.h to define size_t

This commit is contained in:
Dmitry Podgorny
2015-10-12 15:02:59 +03:00
parent 533664903a
commit 5e64c850bd

View File

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