blob: 2bf8a9afc8ef7fab157bb07ea22f1ddac2a014c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|