소스 검색

LibC: Add missing header in search.h

Ben Wiederhake 3 년 전
부모
커밋
f53b80e04f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 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 {