0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 22:47:51 +00:00
termux-packages/packages/lrzsz/lib-long-options.c.patch
Tee KOBAYASHI 0390746fc6 lrzsz: Fix missing exit declaration
%ci:no-build
2023-04-11 12:05:00 +09:00

13 lines
225 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/lib/long-options.c
+++ b/lib/long-options.c
@@ -22,6 +22,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <getopt.h>
#include "long-options.h"