EGL: Fix missing include

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent a19490c291
commit 06a6629eef
  1. 1
      src/egl_context.c

@ -28,6 +28,7 @@
#include "internal.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>

Loading…
Cancel
Save