[libgxps/wip/topush: 7/9] images: tiff and png make use or stdints so include the header



commit 7f6700b241e8a8e460cea128396445277a602cdd
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Fri Sep 9 16:19:56 2016 +0200

    images: tiff and png make use or stdints so include the header
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771057

 libgxps/gxps-images.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgxps/gxps-images.c b/libgxps/gxps-images.c
index a2108ce..f5ea4a7 100644
--- a/libgxps/gxps-images.c
+++ b/libgxps/gxps-images.c
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdint.h>
 
 #ifdef HAVE_LIBPNG
 #include <png.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]