瀏覽代碼

GENERATED: use proper includes in .c

Evgeny Grin (Karlson2k) 1 年之前
父節點
當前提交
35838e2fed
共有 2 個文件被更改,包括 13 次插入4 次删除
  1. 7 2
      src/mhd2/daemon_set_options.c
  2. 6 2
      src/mhd2/response_set_options.c

+ 7 - 2
src/mhd2/daemon_set_options.c

@@ -8,8 +8,13 @@
 
 /* EDITED MANUALLY */
 
-#include "microhttpd2.h"
-#include "internal.h"
+#include "mhd_sys_options.h"
+#include "sys_base_types.h"
+#include "sys_malloc.h"
+#include <string.h>
+#include "mhd_daemon.h"
+#include "daemon_options.h"
+#include "mhd_public_api.h"
 
 enum MHD_StatusCode
 MHD_daemon_set_options (

+ 6 - 2
src/mhd2/response_set_options.c

@@ -8,8 +8,12 @@
 
 /* EDITED MANUALLY */
 
-#include "microhttpd2.h"
-#include "internal.h"
+
+#include "mhd_sys_options.h"
+#include "sys_base_types.h"
+#include "mhd_response.h"
+#include "response_options.h"
+#include "mhd_public_api.h"
 
 enum MHD_StatusCode
 MHD_response_set_options (