|
@@ -1,6 +1,6 @@ |
|
|
/* |
|
|
/* |
|
|
* Carla Plugin UI |
|
|
* Carla Plugin UI |
|
|
* Copyright (C) 2014-2021 Filipe Coelho <falktx@falktx.com> |
|
|
|
|
|
|
|
|
* Copyright (C) 2014-2022 Filipe Coelho <falktx@falktx.com> |
|
|
* |
|
|
* |
|
|
* This program is free software; you can redistribute it and/or |
|
|
* This program is free software; you can redistribute it and/or |
|
|
* modify it under the terms of the GNU General Public License as |
|
|
* modify it under the terms of the GNU General Public License as |
|
@@ -19,6 +19,7 @@ |
|
|
#include "CarlaPluginUI.hpp" |
|
|
#include "CarlaPluginUI.hpp" |
|
|
|
|
|
|
|
|
#ifdef HAVE_X11 |
|
|
#ifdef HAVE_X11 |
|
|
|
|
|
# include <pthread.h> |
|
|
# include <sys/types.h> |
|
|
# include <sys/types.h> |
|
|
# include <X11/Xatom.h> |
|
|
# include <X11/Xatom.h> |
|
|
# include <X11/Xlib.h> |
|
|
# include <X11/Xlib.h> |
|
|