Explorar el Código

misc: bsize: include stdint.h for SIZE_MAX

ambrop7 hace 14 años
padre
commit
2904e67514
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      misc/bsize.h

+ 1 - 0
misc/bsize.h

@@ -29,6 +29,7 @@
 
 #include <stddef.h>
 #include <limits.h>
+#include <stdint.h>
 
 typedef struct {
     int is_overflow;