From 87a9ddaa9aebf9e1450470a7825760a0c5a1b2c3 Mon Sep 17 00:00:00 2001 From: Josh DuBois Date: Mon, 22 Jan 2001 19:24:20 +0000 Subject: [PATCH] Include 'options.h' for a needed prototype. --- dlls/ddraw/ddraw/xvidmode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ddraw/ddraw/xvidmode.c b/dlls/ddraw/ddraw/xvidmode.c index 95408aa3bb2..66ff0e4a504 100644 --- a/dlls/ddraw/ddraw/xvidmode.c +++ b/dlls/ddraw/ddraw/xvidmode.c @@ -26,6 +26,7 @@ #include "dsurface/main.h" #include "dsurface/dib.h" #include "dsurface/user.h" +#include "options.h" #include "win.h"