Christian Grothoff 1 anno fa
parent
commit
218be33ceb
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 2
      src/include/options-generator.c
  2. 0 1
      src/mhd2/daemon_set_options.c

+ 2 - 2
src/include/options-generator.c

@@ -1000,8 +1000,7 @@ TOP:
              "#include \"sys_base_types.h\"\n"
              "#include \"sys_malloc.h\"\n"
              "#include <string.h>\n"
-             "#include \"mhd_daemon.h\"\n"
-             "#include \"mhd_response.h\"\n"
+             "#include \"mhd_%s.h\"\n"
              "#include \"%s_options.h\"\n"
              "#include \"mhd_public_api.h\"\n"
              "\n"
@@ -1016,6 +1015,7 @@ TOP:
              category,
              category,
              category,
+             category,
              capitalize (category),
              category,
              capitalize (category));

+ 0 - 1
src/mhd2/daemon_set_options.c

@@ -11,7 +11,6 @@
 #include "sys_malloc.h"
 #include <string.h>
 #include "mhd_daemon.h"
-#include "mhd_response.h"
 #include "daemon_options.h"
 #include "mhd_public_api.h"