add isystem header

This commit is contained in:
Gautham 2023-10-15 17:12:57 -05:00
parent 083b1d6c31
commit ff0f4d2c21

6
libc/isystem/search.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef LIBC_ISYSTEM_SEARCH_H
#define LIBC_ISYSTEM_SEARCH_H
#include "third_party/musl/search.h"
#endif /* LIBC_ISYSTEM_SEARCH_H */