diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:43 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:43 +0000 |
commit | 3b9115eb4dd86b813ac3423f2d508535a2fcaf09 (patch) | |
tree | 2d15a33d3e0c5ef4291fed5492dad4900240b1d7 /recordstr.h | |
parent | 5891b79405209d51d5fcf20ff562cf7120c3017f (diff) |
XFree86 4.3.0.1
Diffstat (limited to 'recordstr.h')
-rw-r--r-- | recordstr.h | 8 |
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 |