mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
st/xlib: Use more appropriate include guard
Signed-off-by: Michał Janiszewski <janisozaur+signed@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com
This commit is contained in:
parent
bcc613acc1
commit
0ef50ecc69
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ and create a window, you must do the following to use the X/Mesa interface:
|
|||
|
||||
|
||||
|
||||
#ifndef XMESA_H
|
||||
#define XMESA_H
|
||||
#ifndef XM_API_H
|
||||
#define XM_API_H
|
||||
|
||||
|
||||
#include "main/mtypes.h" /* for gl_config */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue