Loading...
include/bitstring.h Libc-1044.1.2 Libc-1698.100.8
--- Libc/Libc-1044.1.2/include/bitstring.h
+++ Libc/Libc-1698.100.8/include/bitstring.h
@@ -38,6 +38,11 @@
 
 #ifndef _BITSTRING_H_
 #define	_BITSTRING_H_
+
+#include <_bounds.h>
+#include <stdlib.h>
+
+_LIBC_SINGLE_BY_DEFAULT()
 
 typedef	unsigned char bitstr_t;