mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
12 lines
189 B
Diff
12 lines
189 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -51,6 +51,8 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
+#include "getsubopt.h"
|
|
+
|
|
#include "note.h"
|
|
#include "options.h"
|
|
#include "scrot.h"
|