summaryrefslogtreecommitdiff
path: root/logger.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2019-04-27 01:08:42 -0700
committerdormando <dormando@rydia.net>2019-04-27 01:08:42 -0700
commit46270955d52eb16a46e37fbd12eb3232d15513a0 (patch)
treef550996a396685f5fb35eeab82880809acd60b6f /logger.c
parentb08860e7601640e50bb2671449d8f5907a898951 (diff)
downloadmemcached-46270955d52eb16a46e37fbd12eb3232d15513a0.tar.gz
fix compile error on centos7
I have no idea why this worked without the include? fixes #478
Diffstat (limited to 'logger.c')
-rw-r--r--logger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/logger.c b/logger.c
index a8a6c23..b8cf963 100644
--- a/logger.c
+++ b/logger.c
@@ -6,6 +6,7 @@
#include <errno.h>
#include <poll.h>
#include <ctype.h>
+#include <stdarg.h>
#if defined(__sun)
#include <atomic.h>