12 lines
375 B
Diff
12 lines
375 B
Diff
--- ../cache/sc-im-0.6.0/src/cmds_command.c 2017-04-20 00:14:03.000000000 +0000
|
|
+++ ./src/cmds_command.c 2017-11-17 23:48:43.595551651 +0000
|
|
@@ -2,7 +2,7 @@
|
|
#include <wchar.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h> // for isprint()
|
|
-#include <wordexp.h>
|
|
+#include "wordexp.h"
|
|
#include "sc.h" // for rescol
|
|
#include "conf.h"
|
|
#include "cmds_command.h"
|