You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/atf/files/atf-0.21-getopt-solaris.patch

13 lines
191 B

On Solaris, getopt(3) is in stdio.h.
--- a/atf-c/tp_test.c
+++ b/atf-c/tp_test.c
@@ -25,6 +25,7 @@
#include "atf-c/tp.h"
+#include <stdio.h>
#include <string.h>
#include <unistd.h>