sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit b5282c0c2cb976753c2faf9a438ef04d2daace6d
parent 6176613745fc01c259d5bcabd87fcff1a1b60bbf
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 27 Feb 2016 16:49:52 +0100

fix missing includes for uint32_t and time_t

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

diff --git a/util.h b/util.h @@ -1,3 +1,6 @@ +#include <stdint.h> +#include <time.h> + #undef strlcat size_t strlcat(char *, const char *, size_t); #undef strlcpy