Borland compile fix (one I forgot to commit :-). Needs to have winquake.h included for sgl.

This commit is contained in:
Dabb 2000-11-16 15:07:48 +00:00
parent e1b173450c
commit c36a485851

View file

@ -29,7 +29,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef WIN32
#include "winquake.h"
#endif
#include <GL/gl.h>
#ifdef HAVE_GL_GLEXT_H