瀏覽代碼

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
 
+#include <sys/cdefs.h>
+
 __BEGIN_DECLS
 
 typedef enum {