mirror of
https://github.com/janet-lang/janet
synced 2025-12-11 19:18:07 +00:00
Update feature test macro in line.c
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#if !defined(_POSIX_C_SOURCE)
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
|
||||
#ifndef JANET_AMALG
|
||||
#include "line.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user