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/sys-fs/fatcat/files/fatcat-include-getopt.patch

12 lines
268 B

diff -ur a/src/fatcat.cpp b/src/fatcat.cpp
--- a/src/fatcat.cpp 2020-04-05 11:12:55.773602065 -0500
+++ b/src/fatcat.cpp 2020-04-05 11:13:14.112132604 -0500
@@ -8,6 +8,7 @@
#include "xgetopt/xgetopt.h"
#else
#include <argp.h>
+#include <getopt.h>
#endif
#endif