diff src/core/http.cc @ 408:9323153786dc default tip

http: fix build fail under non-mac
author Paper <paper@tflc.us>
date Wed, 21 Jan 2026 11:35:32 -0500
parents 2ae34a90f8d4
children
line wrap: on
line diff
--- a/src/core/http.cc	Wed Jan 21 11:27:01 2026 -0500
+++ b/src/core/http.cc	Wed Jan 21 11:35:32 2026 -0500
@@ -5,6 +5,7 @@
 #include <iostream>
 #include <string>
 #include <vector>
+#include <cstring>
 
 namespace HTTP {