diff options
Diffstat (limited to 'x11-wm/afterstep/files/patch-SendText.c')
-rw-r--r-- | x11-wm/afterstep/files/patch-SendText.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/afterstep/files/patch-SendText.c b/x11-wm/afterstep/files/patch-SendText.c new file mode 100644 index 000000000000..2bf8a9afc8ef --- /dev/null +++ b/x11-wm/afterstep/files/patch-SendText.c @@ -0,0 +1,10 @@ +--- lib/SendText.c.orig 1996-08-21 14:23:34 UTC ++++ lib/SendText.c +@@ -1,5 +1,7 @@ + #include <stdio.h> + #include <ctype.h> ++#include <string.h> ++ + /************************************************************************ + * + * Sends arbitrary text to afterstep |