[hackers] [sbase] include stdint.h for SIZE_MAX || Evan Gates

From: <git_AT_suckless.org>
Date: Wed, 29 Apr 2015 23:25:08 +0200 (CEST)

commit 72d6553b124fee85458a484410bdd6b9ef3c643f
Author: Evan Gates <evan.gates_AT_gmail.com>
Date: Wed Apr 29 14:19:36 2015 -0700

    include stdint.h for SIZE_MAX

diff --git a/du.c b/du.c
index c2a067d..93b112e 100644
--- a/du.c
+++ b/du.c
_AT_@ -4,6 +4,7 @@
 
 #include <errno.h>
 #include <limits.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
Received on Wed Apr 29 2015 - 23:25:08 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 29 2015 - 23:36:10 CEST