mesa: Include missing header in restart.h.

This commit is contained in:
Vinson Lee 2010-07-31 16:10:14 -07:00
parent e4ad42d421
commit da93fba85d
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#ifndef RESTART_H
#define RESTART_H
#include "glheader.h"
extern void GLAPIENTRY
_mesa_PrimitiveRestart(void);