pngdec: add missing include
strcmp -> string.h Change-Id: I07392d07cbad420f5d4f3abfd3ffde8626f0c0f2
This commit is contained in:
		@@ -21,6 +21,7 @@
 | 
			
		||||
#include <png.h>
 | 
			
		||||
#include <setjmp.h>   // note: this must be included *after* png.h
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
#include "webp/encode.h"
 | 
			
		||||
#include "./metadata.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user