This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
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
04558b6310
commit
4d14226982
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
source/utils/CarlaPluginUI.cpp
+ 2
- 1
source/utils/CarlaPluginUI.cpp
View File
@@ -1,6 +1,6 @@
/*
* Carla Plugin UI
* Copyright (C) 2014-202
1
Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2014-202
2
Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -19,6 +19,7 @@
#include "CarlaPluginUI.hpp"
#ifdef HAVE_X11
# include <pthread.h>
# include <sys/types.h>
# include <X11/Xatom.h>
# include <X11/Xlib.h>
Write
Preview
Loading…
Cancel
Save