From 34aafa7f11fe54e514cd3d8b60c33cd54e3f8c1b Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Jul 2018 22:12:56 -0400 Subject: implementation: use of AT_FDCWD: define _POSIX_C_SOURCE as needed. --- src/driver/slbt_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver/slbt_driver_ctx.c') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 5f5f609..8a1b0ec 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -4,6 +4,10 @@ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ +#ifndef _POSIX_C_SOURCE +#define _POSIX_C_SOURCE 200809L +#endif + #include #include #include -- cgit v1.2.3