diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-18 11:12:37 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-20 10:07:38 +1000 |
commit | 527759ae93ceaafca670995ab97545112f89bfbc (patch) | |
tree | 2f19da65cd274b1908315638069cb630844c3d89 | |
parent | 849fa907e129575831fbd3fa69249ff843413fd5 (diff) |
Include recordproto.h instead of recordstr.h
-rw-r--r-- | src/XRecord.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XRecord.c b/src/XRecord.c index fe733ff..a0f7c52 100644 --- a/src/XRecord.c +++ b/src/XRecord.c @@ -59,7 +59,7 @@ from The Open Group. #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> -#include <X11/extensions/recordstr.h> +#include <X11/extensions/recordproto.h> #include <X11/extensions/record.h> static XExtensionInfo _xrecord_info_data; |