diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-10 20:50:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-10 20:50:49 +0000 |
| commit | 1fdb434f5ddac7280676fbe91bed8a3d4d21b850 (patch) | |
| tree | 7f2d5a984265f63658abf2f1b6b75aa28bd957bf /tests/title.c | |
| parent | fe0e870179e17d8620f169b149d836c7a3846d94 (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.c | 1 |
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> |
