termux-packages/packages/sc-im/main.c.patch

12 lines
340 B
Diff

--- ../cache/sc-im-0.6.0/src/main.c 2017-04-20 00:14:03.000000000 +0000
+++ ./src/main.c 2017-11-17 23:42:40.258889357 +0000
@@ -6,7 +6,7 @@
#include <fcntl.h> // for F_GETFL O_NONBLOCK F_SETFL
#include <locale.h>
#include <wchar.h>
-#include <wordexp.h>
+#include "wordexp.h"
#include <sys/ioctl.h> // for ioctl
#include "main.h"