sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 72d6553b124fee85458a484410bdd6b9ef3c643f
parent 50c8785497f4a07983cb0179bc0b7d82b9bf0f24
Author: Evan Gates <evan.gates@gmail.com>
Date:   Wed, 29 Apr 2015 14:19:36 -0700

include stdint.h for SIZE_MAX

Diffstat:
Mdu.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/du.c b/du.c @@ -4,6 +4,7 @@ #include <errno.h> #include <limits.h> +#include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <unistd.h>