[hackers] [sbase] Include stdint.h in util.h for uintmax_t || sin

From: <git_AT_suckless.org>
Date: Tue, 28 Apr 2015 12:37:06 +0200 (CEST)

commit 42326f7684db7cef2357319931e918dd42f11180
Author: sin <sin_AT_2f30.org>
Date: Tue Apr 28 11:35:37 2015 +0100

    Include stdint.h in util.h for uintmax_t

diff --git a/util.h b/util.h
index 4784fa2..d9aead1 100644
--- a/util.h
+++ b/util.h
_AT_@ -3,6 +3,7 @@
 
 #include <regex.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <stdio.h>
 
 #include "arg.h"
Received on Tue Apr 28 2015 - 12:37:06 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 28 2015 - 12:48:16 CEST