diff options
author | volth <volth@webmaster.ms> | 2017-01-04 12:54:55 +0000 |
---|---|---|
committer | volth <volth@webmaster.ms> | 2017-01-04 13:00:01 +0000 |
commit | 37b4a14b5472eaeb1650e915b7b302d1d7d1adf2 (patch) | |
tree | ded23ed187d26cee7572ac5810a0ee3c64ff25c4 /common/log.h | |
parent | cd8b5f00309874686bca943c62d190f82666adef (diff) | |
download | xrdp-proprietary-37b4a14b5472eaeb1650e915b7b302d1d7d1adf2.tar.gz xrdp-proprietary-37b4a14b5472eaeb1650e915b7b302d1d7d1adf2.zip |
fix build with --enable-xrdpdebug=yes
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.h b/common/log.h index 33bb41fd..d6a5b8f2 100644 --- a/common/log.h +++ b/common/log.h @@ -22,6 +22,7 @@ #include <pthread.h> #include "arch.h" +#include "defines.h" /* logging buffer size */ #define LOG_BUFFER_SIZE 1024 |