sbase

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

commit 42326f7684db7cef2357319931e918dd42f11180
parent a04da01160f12c0d679605c5a171993721a70584
Author: sin <sin@2f30.org>
Date:   Tue, 28 Apr 2015 11:35:37 +0100

Include stdint.h in util.h for uintmax_t

Diffstat:
Mutil.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/util.h b/util.h @@ -3,6 +3,7 @@ #include <regex.h> #include <stddef.h> +#include <stdint.h> #include <stdio.h> #include "arg.h"