mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 03:38:01 +02:00
Fix syncsrv.h guard define
This commit is contained in:
parent
9fba808b4f
commit
beb749c87f
1 changed files with 3 additions and 3 deletions
|
|
@ -48,8 +48,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef _SYNCSTR_H_
|
||||
#define _SYNCSTR_H_
|
||||
#ifndef _SYNCSRV_H_
|
||||
#define _SYNCSRV_H_
|
||||
|
||||
#define CARD64 XSyncValue /* XXX temporary! need real 64 bit values for Alpha */
|
||||
|
||||
|
|
@ -173,4 +173,4 @@ extern void SyncDestroySystemCounter(
|
|||
);
|
||||
extern void InitServertime(void);
|
||||
|
||||
#endif /* _SYNCSTR_H_ */
|
||||
#endif /* _SYNCSRV_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue