From: Alejandro Colomar Date: Wed, 24 Dec 2025 21:41:13 +0000 (+0100) Subject: man/man3/getopt_long.3: EXAMPLES: Add missing include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa98f86a35f0e2cd0b1b0f75a7bd82dff2db809;p=thirdparty%2Fman-pages.git man/man3/getopt_long.3: EXAMPLES: Add missing include Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/getopt_long.3 b/man/man3/getopt_long.3 index a464349fe..72668d779 100644 --- a/man/man3/getopt_long.3 +++ b/man/man3/getopt_long.3 @@ -156,8 +156,9 @@ with most of its features. .\" SRC BEGIN (getopt_long.c) .EX #include -#include /* for printf */ -#include /* for exit */ +#include +#include +#include \& int main(int argc, char *argv[])