[libc-commits] [libc] [libc] Remove the #include <stdlib.h> header (PR #114453)

Job Henandez Lara via libc-commits libc-commits at lists.llvm.org
Fri Nov 1 12:47:50 PDT 2024


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "new.h"
+#include <stdlib.h>
----------------
Jobhdez wrote:

ok will do that right now.

https://github.com/llvm/llvm-project/pull/114453


More information about the libc-commits mailing list