From 0c63744a81ab128efc47cbf662c3c847067d7ee1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: 2021年9月14日 13:27:47 +0200 Subject: [PATCH] tic2json: unistd.h is not needed for BAREBUILD --- tic2json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tic2json.c b/tic2json.c index e8e2863..7d0355f 100644 --- a/tic2json.c +++ b/tic2json.c @@ -26,8 +26,8 @@ #include #include #include -#include #ifndef BAREBUILD + #include // getopt #include #endif -- 2.39.5

AltStyle によって変換されたページ (->オリジナル) /