Compilation fix with SSL

This commit is contained in:
Pierre Pronchery 2007-11-07 11:58:14 +00:00
parent 661bc4b768
commit 91c3da67bf

View File

@ -28,6 +28,7 @@
#include <netinet/in.h>
#ifdef WITH_SSL
# include <openssl/ssl.h>
# include <openssl/err.h>
#endif
#include "System.h"