2019-12-23 00:00:34 +01:00
|
|
|
--- ../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 @@
|
2019-06-16 13:58:52 +02:00
|
|
|
#include <wchar.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <ctype.h> // for isprint()
|
|
|
|
-#include <wordexp.h>
|
2019-12-23 00:00:34 +01:00
|
|
|
+#include "wordexp.h"
|
2019-06-16 13:58:52 +02:00
|
|
|
#include "sc.h" // for rescol
|
|
|
|
#include "conf.h"
|
|
|
|
#include "cmds_command.h"
|