From ee886861f80e669e154e42dc0a19a75f2bfbb28e Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 14 Oct 2024 14:50:02 +0900 Subject: [PATCH] Add getopt.h include to test.c --- test/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.c b/test/test.c index bbaa31e..9e3c734 100644 --- a/test/test.c +++ b/test/test.c @@ -3,6 +3,7 @@ #include #include #include +#include #include int main(int argc, char *argv[])