summaryrefslogtreecommitdiff
path: root/drivers/opus/wincerts.c
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-11-27 23:58:41 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-11-27 23:58:41 +0100
commita98eafe3cc838c5c4362bd2f4e8aa3280d925618 (patch)
tree6a3a0879f226c60a8e36fa7fb936e550d1f9a6d7 /drivers/opus/wincerts.c
parented4738fbed6d08e85bbf2b60b9dcad64bd4c8753 (diff)
parent4057907cf43a7ed53b94448c8d26d56a637efb92 (diff)
Merge pull request #2930 from vnen/cleaner-opus-build
Clean up Opus build command arguments
Diffstat (limited to 'drivers/opus/wincerts.c')
-rw-r--r--drivers/opus/wincerts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/opus/wincerts.c b/drivers/opus/wincerts.c
index 568a085e43..2a04eab6d1 100644
--- a/drivers/opus/wincerts.c
+++ b/drivers/opus/wincerts.c
@@ -16,11 +16,11 @@
[1] <http://rt.openssl.org/Ticket/Display.html?id=2158>*/
-#ifdef OPUS_HAVE_CONFIG_H
-#include "opus_config.h"
+#ifdef OPUS_ENABLED
+#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