summaryrefslogtreecommitdiff
path: root/tests/title.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-10 20:50:49 +0000
committerDana Jansens <danakj@orodu.net>2007-03-10 20:50:49 +0000
commit1fdb434f5ddac7280676fbe91bed8a3d4d21b850 (patch)
tree7f2d5a984265f63658abf2f1b6b75aa28bd957bf /tests/title.c
parentfe0e870179e17d8620f169b149d836c7a3846d94 (diff)
add grouptran test, which will actually not make valid transient windows
add missing include to title.c
Diffstat (limited to 'tests/title.c')
-rw-r--r--tests/title.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/title.c b/tests/title.c
index 1bcb2f23..7c4f99bc 100644
--- a/tests/title.c
+++ b/tests/title.c
@@ -16,6 +16,7 @@
See the COPYING file for a copy of the GNU General Public License.
*/
+#include <string.h>
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>