From 908a27728c15a679cc14fcfd3b98c896b9f4ab7c Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Wed, 11 Jan 2017 15:31:00 -0600 Subject: fb2png: Update/Cleanup headers * Include relevant headers for all used functions * Add prototype for fb_dump() to fb.h since used in c-files * Alphabetize includes Change-Id: Ifdbaceadb12576b607b654835ae93bc88e2c3268 --- fb2png/fb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fb2png/fb.h') diff --git a/fb2png/fb.h b/fb2png/fb.h index 25922c83b..b82acba24 100644 --- a/fb2png/fb.h +++ b/fb2png/fb.h @@ -37,6 +37,7 @@ struct fb { void* data; }; +void fb_dump(const struct fb* fb); int fb_save_png(const struct fb *fb, const char *path); #endif -- cgit v1.2.3