Ver código fonte

LibC: Add missing header in search.h

Ben Wiederhake 3 anos atrás
pai
commit
f53b80e04f
1 arquivos alterados com 2 adições e 0 exclusões
  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 {