aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-05-03 17:04:41 +1200
committerScott Anderson <ascent12@hotmail.com>2017-05-03 17:04:41 +1200
commitdbceaee9faaaf24016024bd22b38fa0186bb5e08 (patch)
tree3389de75acdb565243166aea7ff4cf6dd31bed8b /include/wlr
parent81998fdc98231cb1b2e050da2fcec7c75d46320c (diff)
Added EGL interface for backends.
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/common/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/common/log.h b/include/wlr/common/log.h
index 5b4d5a53..079f989a 100644
--- a/include/wlr/common/log.h
+++ b/include/wlr/common/log.h
@@ -1,6 +1,7 @@
#ifndef _WLR_COMMON_LOG_H
#define _WLR_COMMON_LOG_H
#include <stdbool.h>
+#include <stdarg.h>
typedef enum {
L_SILENT = 0,