Преглед изворни кода

Fix generated config include path

Alex Szpakowski пре 3 година
родитељ
комит
0cfebc6177
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/common/config.h

+ 1 - 1
src/common/config.h

@@ -1,7 +1,7 @@
 #pragma once
 
 #if defined(HTTPS_HAVE_CONFIG_GENERATED_H)
-	#include "config-generated.h"
+	#include "common/config-generated.h"
 #elif defined(WIN32) || defined(_WIN32)
 	#define HTTPS_BACKEND_SCHANNEL
 	#define HTTPS_USE_WINSOCK