fix(iobackend): define POSIX_C_SOURCE for getline

This commit is contained in:
Matteo Flebus 2026-01-13 18:01:27 +01:00
parent 78967f3ef6
commit 4a8c13f9cc

View file

@ -1,3 +1,5 @@
#define _POSIX_C_SOURCE 200809L
#include "io_backend.h"
#include <stdio.h>