revision 573:28ff000e66bb
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 573:28ff000e66bb |
parent | 572:45be68680be1 |
child | 574:d6c015ea56bd |
author | nkeynes |
date | Fri Jan 11 00:36:07 2008 +0000 (15 years ago) |
branch | lxdream-mmu |
Fix compile error on MacOSX
1.1 --- a/src/drivers/video_glx.c Thu Jan 10 08:40:16 2008 +00001.2 +++ b/src/drivers/video_glx.c Fri Jan 11 00:36:07 2008 +00001.3 @@ -16,13 +16,12 @@1.4 * GNU General Public License for more details.1.5 */1.7 +#include "display.h"1.8 +#include "pvr2/pvr2.h"1.9 +#include "drivers/gl_common.h"1.10 #include <X11/Xlib.h>1.11 #include <GL/glx.h>1.12 -#include <GL/gl.h>1.13 -#include "dream.h"1.14 -#include "pvr2/pvr2.h"1.15 #include "drivers/video_glx.h"1.16 -#include "drivers/gl_common.h"1.18 /**1.19 * General X11 parameters. The front-end driver is expected to set this up
.