Add header stdint.h for uint32_t - sub - subscene.com subtitle search | |
git clone git://git.codemadness.org/sub | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bc73c3665ba60050f941a90389fe148e43f49242 | |
parent 0949ea1b085c5a0cd8194f829f57062f473481db | |
Author: zerous Naveen Narayanan <[email protected]> | |
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(-) | |
--- | |
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> |