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:
Michał Janiszewski 2018-10-16 23:44:22 +02:00 committed by Emil Velikov
parent bcc613acc1
commit 0ef50ecc69
1 changed files with 2 additions and 2 deletions

View File

@ -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 */