Browse Source

Fix a missing include for X11/BSD builds

Closes #1597

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.3
falkTX 3 years ago
parent
commit
4d14226982
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/utils/CarlaPluginUI.cpp

+ 2
- 1
source/utils/CarlaPluginUI.cpp View File

@@ -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>


Loading…
Cancel
Save