1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fix missing header in gamma test

This commit is contained in:
Camilla Löwy 2017-11-28 14:20:54 +01:00
parent 9e6c0c747b
commit 390a66d2e7

View File

@ -46,6 +46,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
static void error_callback(int error, const char* description)
{