Fix missing include in event wait timeout test

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent fc3acdacf6
commit e37dbd8b8d
  1. 1
      tests/timeout.c

@ -30,6 +30,7 @@
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save