gmio_core: fix compilation error with GCC-4.6

This commit is contained in:
Hugues Delorme 2015-12-17 12:41:34 +01:00
parent 71bc14b6dc
commit bc986080d6

View File

@ -18,6 +18,8 @@
#include "../global.h" #include "../global.h"
#include <stddef.h>
/*! Returns non-zero if \p c is a space, zero otherwise */ /*! Returns non-zero if \p c is a space, zero otherwise */
GMIO_INLINE int gmio_ascii_isspace(char c); GMIO_INLINE int gmio_ascii_isspace(char c);