Add header stdint.h for uint32_t - sub - subscene.com subtitle search
HTML git clone git://git.codemadness.org/sub
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bc73c3665ba60050f941a90389fe148e43f49242
DIR parent 0949ea1b085c5a0cd8194f829f57062f473481db
HTML Author: zerous Naveen Narayanan <zerous@nocebo.space>
Date: Fri, 27 Jul 2018 22:47:23 +0300
Add header stdint.h for uint32_t
Diffstat:
M sub.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/sub.c b/sub.c
@@ -3,6 +3,7 @@
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>