mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-18 08:43:35 +00:00
12 lines
190 B
Diff
12 lines
190 B
Diff
--- a/src/options.c
|
|
+++ b/src/options.c
|
|
@@ -51,6 +51,8 @@
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
+#include "getsubopt.h"
|
|
+
|
|
#include "config.h"
|
|
#include "note.h"
|
|
#include "options.h"
|