We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
0ct0pu5
/
ladybird
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
LibC: Add missing header in search.h
Ben Wiederhake
3 년 전
부모
989c0b23fe
커밋
f53b80e04f
1개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
통합 보기
변경상태 보기
2
0
Userland/Libraries/LibC/search.h
+ 2
- 0
Userland/Libraries/LibC/search.h
파일 보기
@@ -6,6 +6,8 @@
#pragma once
#pragma once
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
__BEGIN_DECLS
typedef enum {
typedef enum {