فهرست منبع

ldso: add missing include

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 سال پیش
والد
کامیت
fdd1868050
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ldso/include/ldso.h

+ 1 - 0
ldso/include/ldso.h

@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stddef.h> /* for ptrdiff_t */
+#include <stdbool.h>
 #define _FCNTL_H
 #include <bits/fcntl.h>
 #include <bits/wordsize.h>