1
0
mirror of synced 2024-11-14 06:37:36 +01:00

Fixed missing _GNU_SOURCE in grqphics.changes

This commit is contained in:
dkeruza 2023-11-20 15:01:27 -05:00
parent f142ffebcc
commit 3c2ef889e7

View File

@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <GL/freeglut.h>
#include <GL/glx.h>
#include <X11/extensions/xf86vmode.h>