include stdint.h for SIZE_MAX

This commit is contained in:
Evan Gates
2015-04-29 14:19:36 -07:00
committed by sin
parent 50c8785497
commit 72d6553b12

1
du.c
View File

@@ -4,6 +4,7 @@
#include <errno.h>
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>