Fixes for building superconfigure (#948)

This commit is contained in:
Gautham 2023-11-12 00:11:11 -06:00 committed by GitHub
parent b320321319
commit 95124cacbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

0
libc/isystem/cxxabi.h Normal file
View file

4
libc/isystem/future Normal file
View file

@ -0,0 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_FUTURE_
#define COSMOPOLITAN_LIBC_ISYSTEM_FUTURE_
#include "third_party/libcxx/future"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_FUTURE_ */