diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-30 18:29:50 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-03-17 14:30:45 -0700 |
commit | 92e2125c5219c7b270785f063fe2560583b2baff (patch) | |
tree | d0b2f84851ebe09e9d37817c75731e574b04e40f /miext | |
parent | 12b2adaaeb091ad48825f439fa0359e5641c86d1 (diff) |
sync: Add a header include necessary to use misyncstr.h
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'miext')
-rw-r--r-- | miext/sync/misyncstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miext/sync/misyncstr.h b/miext/sync/misyncstr.h index b5bf6fd91..ad69e8eca 100644 --- a/miext/sync/misyncstr.h +++ b/miext/sync/misyncstr.h @@ -29,6 +29,7 @@ #define _MISYNCSTR_H_ #include "dix.h" +#include "misync.h" #include "scrnintstr.h" #include <X11/extensions/syncconst.h> |