Bruno Haible <bruno <at> clisp.org> writes: > > POSIX specifies that getopt() and the four variables optarg etc. should be > declared in <unistd.h>. But gnulib provides them only in <getopt.h>. This > fixes it.
POSIX doesn't require <getopt.h>. How about we also change the getopt module to change the recommended Include: line over to <unistd.h>? -- Eric Blake