summaryrefslogtreecommitdiff
path: root/recordstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'recordstr.h')
-rw-r--r--recordstr.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/recordstr.h b/recordstr.h
index bfd3028..37b5eec 100644
--- a/recordstr.h
+++ b/recordstr.h
@@ -24,8 +24,12 @@ static char sccsid[ ] = "@(#) recordstr.h 1.5 6/5/95 12:37:44";
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
**************************************************************************/
+/* $XFree86: xc/include/extensions/recordstr.h,v 1.2 2001/08/01 00:44:35 tsi Exp $ */
-#include "record.h"
+#ifndef _RECORDSTR_H_
+#define _RECORDSTR_H_
+
+#include <X11/extensions/record.h>
#define RECORD_NAME "RECORD"
#define RECORD_MAJOR_VERSION 1
@@ -315,4 +319,4 @@ typedef struct
#undef RECORD_ELEMENT_HEADER
#undef RECORD_CLIENTSPEC
-
+#endif