server/reds.h: explicitly include config.h

This commit is contained in:
Alon Levy 2011-08-23 14:14:11 +03:00
parent 26851b8ae6
commit 70a5360e1c

View File

@ -22,6 +22,8 @@
#include <openssl/ssl.h>
#include <sys/uio.h>
#include <spice/vd_agent.h>
#include <config.h>
#if HAVE_SASL
#include <sasl/sasl.h>
#endif