Skip to content

Commit 14154e8

Browse files
committed
GUACAMOLE-2182: Add config.h includes to requires source files.
1 parent 309971b commit 14154e8

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

src/protocols/rdp/channels/rail.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "channels/rail.h"
2123
#include "plugins/channels.h"
2224
#include "rdp.h"

src/protocols/rdp/input-queue.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "channels/disp.h"
2123
#include "channels/rdpei.h"
2224
#include "input.h"

src/protocols/rdp/keyboard.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "decompose.h"
2123
#include "keyboard.h"
2224
#include "keymap.h"

src/protocols/rdp/plugins/guacai/guacai.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "channels/audio-input/audio-buffer.h"
2123
#include "plugins/guacai/guacai.h"
2224
#include "plugins/guacai/guacai-messages.h"

src/protocols/rdp/rdp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "argv.h"
2123
#include "beep.h"
2224
#include "channels/audio-input/audio-buffer.h"

src/protocols/rdp/sftp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "common-ssh/sftp.h"
2123
#include "rdp.h"
2224
#include "sftp.h"

src/terminal/display.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "common/surface.h"
2123
#include "terminal/common.h"
2224
#include "terminal/display.h"

src/terminal/terminal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* under the License.
1818
*/
1919

20+
#include "config.h"
21+
2022
#include "common/clipboard.h"
2123
#include "common/cursor.h"
2224
#include "common/iconv.h"

0 commit comments

Comments
 (0)