GTK: Add missing include when neither OSMesa nor GLX are enabled

This commit is contained in:
Emmanuel Gil Peyrot 2020-08-29 03:43:23 +02:00
parent 8e31ecd9c4
commit 2a5150ff7d
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <X11/Xlib.h>
#include "callbacks.h" #include "callbacks.h"
#include "callbacks_IO.h" #include "callbacks_IO.h"
#include "dTools/callbacks_dtools.h" #include "dTools/callbacks_dtools.h"

View File

@ -28,6 +28,7 @@
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
#include <SDL.h> #include <SDL.h>
#include <X11/Xlib.h>
#include "types.h" #include "types.h"
#include "firmware.h" #include "firmware.h"