Fix more compilation errors
This commit is contained in:
+4
-4
@@ -56,13 +56,13 @@ header = Amalgamator()
|
||||
header.append_text(desc)
|
||||
header.append_file("src/includes.h")
|
||||
header.append_file("src/basic.h")
|
||||
header.append_file("src/parse.h")
|
||||
header.append_file("src/thread.h")
|
||||
header.append_file("src/secure_context.h")
|
||||
header.append_file("src/socket.h")
|
||||
header.append_file("src/thread.h")
|
||||
header.append_file("src/byte_queue.h")
|
||||
header.append_file("src/cert.h")
|
||||
header.append_file("src/client.h")
|
||||
header.append_file("src/parse.h")
|
||||
header.append_file("src/server.h")
|
||||
header.append_text(license)
|
||||
header.save("chttp.h")
|
||||
@@ -74,13 +74,13 @@ source.append_text("#ifndef HTTP_DONT_INCLUDE\n")
|
||||
source.append_text('#include "chttp.h"\n')
|
||||
source.append_text("#endif\n")
|
||||
source.append_file("src/basic.c")
|
||||
source.append_file("src/parse.c")
|
||||
source.append_file("src/thread.c")
|
||||
source.append_file("src/secure_context.c")
|
||||
source.append_file("src/socket.c")
|
||||
source.append_file("src/thread.c")
|
||||
source.append_file("src/byte_queue.c")
|
||||
source.append_file("src/cert.c")
|
||||
source.append_file("src/client.c")
|
||||
source.append_file("src/parse.c")
|
||||
source.append_file("src/server.c")
|
||||
header.append_text(license)
|
||||
source.save("chttp.c")
|
||||
|
||||
Reference in New Issue
Block a user