aboutsummaryrefslogtreecommitdiff
path: root/weechat/global.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-04-15 17:19:55 +0200
committertomsmeding <tom.smeding@gmail.com>2017-04-15 17:19:55 +0200
commit40bb947cd10f50d13423c5f16cfd6a36927dd209 (patch)
treefe6d2fb176a240dc9182117c1274cb39fadb5812 /weechat/global.h
parentcbe3d8302cb1e50f7a5f00c10b5262ccddd51331 (diff)
weechat: Request is_online status on member list receive
Diffstat (limited to 'weechat/global.h')
-rw-r--r--weechat/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/weechat/global.h b/weechat/global.h
index 10274a9..7972975 100644
--- a/weechat/global.h
+++ b/weechat/global.h
@@ -1,6 +1,7 @@
#pragma once
#include <stdint.h>
+#include <inttypes.h>
typedef uint8_t u8;