diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-04-02 11:53:54 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-04-02 11:53:54 +0000 |
commit | 6c814e9cd0c94183818ba2337d0adc787e08e9e6 (patch) | |
tree | 8460ebaac1ce1e50896de184d4e478d977c939bb /src | |
parent | d38f4b69cb45fe215e84278f46a96649eb136ee6 (diff) | |
download | xine-lib-6c814e9cd0c94183818ba2337d0adc787e08e9e6.tar.gz xine-lib-6c814e9cd0c94183818ba2337d0adc787e08e9e6.tar.bz2 |
Need Xlib.h header on solaris, Xlib.h defines "Bool" and other types used in
Xutil.h
CVS patchset: 1662
CVS date: 2002/04/02 11:53:54
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_syncfb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 7a4c5ed49..1f8602c66 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_syncfb.c,v 1.59 2002/04/01 13:25:53 matt2000 Exp $ + * $Id: video_out_syncfb.c,v 1.60 2002/04/02 11:53:54 jkeil Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -45,6 +45,7 @@ #include <math.h> #include <fcntl.h> +#include <X11/Xlib.h> #include <X11/Xutil.h> #include "video_out_syncfb.h" |