diff options
Diffstat (limited to 'record/record.c')
-rw-r--r-- | record/record.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/record/record.c b/record/record.c index 67569d90c..f3a26a732 100644 --- a/record/record.c +++ b/record/record.c @@ -38,6 +38,7 @@ and Jim Haggerty of Metheus. #include "dixstruct.h" #include "extnsionst.h" +#include "extinit.h" #include <X11/extensions/recordproto.h> #include "set.h" #include "swaprep.h" @@ -139,8 +140,6 @@ static int RecordDeleteContext(pointer /*value */ , XID /*id */ ); -void RecordExtensionInit(void); - /***************************************************************************/ /* client private stuff */ |