mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
dbus-client: Fix missing include
Fix "Implicit declaration of function exit" compile error Closes #1770
This commit is contained in:
parent
9ca1606e2a
commit
f845af0370
@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#define GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||
#include <stdlib.h>
|
||||
#include <dbus/dbus-glib.h>
|
||||
#include "dbus-client.h"
|
||||
#include "hexchat.h"
|
||||
|
Loading…
Reference in New Issue
Block a user