Просмотр исходного кода

misc: bsize: include stdint.h for SIZE_MAX

ambrop7 14 лет назад
Родитель
Сommit
2904e67514
1 измененных файлов с 1 добавлено и 0 удалено
  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;