Fix MODE=dbg build

This commit is contained in:
Justine Tunney 2022-10-03 22:58:00 -07:00
parent 3ee3736a01
commit 556697cbd8
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -7,6 +7,7 @@
*/
#include "libc/assert.h"
#include "libc/intrin/weaken.h"
#include "libc/log/log.h"
#include "libc/mem/mem.h"
#include "third_party/zlib/internal.h"
#include "third_party/zlib/zutil.internal.h"