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:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user