xml.h: dont include stdint.h - tscrape - twitter scraper
HTML git clone git://git.codemadness.org/tscrape
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d627d9a528c391a73a6a091235ad54b95d718853
DIR parent 6113eb1f0da5300dca65f4e5bf8bc786fb186ecc
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 18 Sep 2015 00:08:20 +0200
xml.h: dont include stdint.h
Diffstat:
M tscrape.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/tscrape.c b/tscrape.c
@@ -3,6 +3,7 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>