1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2025-02-17 15:45:16 -05:00
libclayer/include/sys/types.h

8 lines
158 B
C
Raw Normal View History

2022-12-27 13:05:30 +04:00
#ifdef LIBCLAYER_NOPREFIX
#include <libclayer/sys/types.h>
#else
#define LIBCLAYER_NOPREFIX
#include <libclayer/sys/types.h>
#undef LIBCLAYER_NOPREFIX
2022-12-25 12:58:00 +04:00
#endif