mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
record: add/fix include guards where missing/broken
Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
c4ca14eff0
commit
26f56735c5
@@ -51,6 +51,9 @@ from The Open Group.
|
||||
The following types and functions/macros define the ADT.
|
||||
*/
|
||||
|
||||
#ifndef XSERVER_SET_H
|
||||
#define XSERVER_SET_H
|
||||
|
||||
/* an interval of set members */
|
||||
typedef struct {
|
||||
CARD16 first;
|
||||
@@ -133,3 +136,5 @@ int RecordSetMemoryRequirements(RecordSetInterval * /*pIntervals */ ,
|
||||
process interval;
|
||||
}
|
||||
*/
|
||||
|
||||
#endif /* XSERVER_SET_H */
|
||||
|
||||
Reference in New Issue
Block a user