mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
include glapioffset.h instead of ../glapioffsets.h
This commit is contained in:
parent
bfd2bd2b3a
commit
a749f75826
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glapi_x86.S,v 1.3 2000/01/17 19:29:08 brianp Exp $ */
|
||||
/* $Id: glapi_x86.S,v 1.4 2000/01/28 22:18:48 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
#include "assyntax.h"
|
||||
#include "../glapioffsets.h"
|
||||
#include "glapioffsets.h"
|
||||
|
||||
#ifndef __WIN32__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue