1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Include sys/clib2_stdc.h for restrict.

This commit is contained in:
Sebastian Bauer
2018-03-27 19:56:45 +02:00
parent c84b1fc1ff
commit f6f0082a0e

View File

@ -43,6 +43,10 @@
/****************************************************************************/
#ifndef _SYS_CLIB2_STDC_H
#include <sys/clib2_stdc.h>
#endif /* _SYS_CLIB2_STDC_H */
#ifndef _STDDEF_H
#include <stddef.h>
#endif /* _STDDEF_H */