diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 19:45:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 19:45:07 +0000 |
commit | 8e2fb9f31d451449086f63005a4608747c0025e6 (patch) | |
tree | c8f4967b39cbb54db8e18721970221c1db6bab4f /x11-wm/afterstep/files/patch-SendText.c | |
parent | update shotwell to 0.30.9 (diff) |
- fix warnings
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 |