Include recordproto.h instead of recordstr.h
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 18 Aug 2009 01:12:37 +0000 (11:12 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 20 Aug 2009 00:07:38 +0000 (10:07 +1000)
src/XRecord.c

index fe733ff..a0f7c52 100644 (file)
@@ -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;