You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
375 B

--- ../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"