diff options
Diffstat (limited to 'drivers/opus/wincerts.c')
-rw-r--r-- | drivers/opus/wincerts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/opus/wincerts.c b/drivers/opus/wincerts.c index 568a085e43..ee344957b6 100644 --- a/drivers/opus/wincerts.c +++ b/drivers/opus/wincerts.c @@ -17,10 +17,10 @@ [1] <http://rt.openssl.org/Ticket/Display.html?id=2158>*/ #ifdef OPUS_HAVE_CONFIG_H -#include "opus_config.h" +#include "opus/opus_config.h" #endif -#include "internal.h" +#include "opus/internal.h" #if defined(OP_ENABLE_HTTP)&&defined(_WIN32) /*You must include windows.h before wincrypt.h and x509.h.*/ # define WIN32_LEAN_AND_MEAN |