changeset 20:aa1551967670

Add include <string.h>
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 Apr 2017 10:46:16 +0300
parents a9a60da06ae3
children 0525128adebf
files bpgdec.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bpgdec.c	Thu Apr 27 02:46:53 2017 +0300
+++ b/bpgdec.c	Thu Apr 27 10:46:16 2017 +0300
@@ -27,6 +27,8 @@
 #include <math.h>
 #include <getopt.h>
 #include <inttypes.h>
+#include <string.h>
+
 
 /* define it to include PNG output */
 #define USE_PNG