diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-23 19:14:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-23 19:14:53 +0000 |
commit | e346aee4109cd324d8a44264e1592c7643a6e773 (patch) | |
tree | b5a1689b87500271ba659393b287c0b1d19c6a33 /app/xterm/xutf8.h | |
parent | ebfb7ec67d6d2f106641f014a82619ac27347746 (diff) |
Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@.
Diffstat (limited to 'app/xterm/xutf8.h')
-rw-r--r-- | app/xterm/xutf8.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xterm/xutf8.h b/app/xterm/xutf8.h index f0cc561a2..45fdd90ca 100644 --- a/app/xterm/xutf8.h +++ b/app/xterm/xutf8.h @@ -1,4 +1,6 @@ -/* $XFree86: xc/programs/xterm/xutf8.h,v 1.1 2001/06/18 19:09:28 dickey Exp $ */ +/* + * $XTermId: xutf8.h,v 1.4 2010/10/10 14:10:12 Jeremy.Huddleston Exp $ + */ /* Copyright (c) 2001 by Juliusz Chroboczek @@ -21,9 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef _XLIB_H_ -#error Please include <X11/Xlib.h> before "xutf8.h" -#endif +#include <X11/Xlib.h> #ifndef X_HAVE_UTF8_STRING |