Explorar el Código

LibC: Add missing header in search.h

Ben Wiederhake hace 3 años
padre
commit
f53b80e04f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 {