Skip to content

Commit

Permalink
fix build with libpng16
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Feb 15, 2013
1 parent 915f130 commit f1817ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hpdf_image_png.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#ifndef LIBHPDF_HAVE_NOPNGLIB
#include <png.h>
#include <string.h>

static void
PngErrorFunc (png_structp png_ptr,
Expand Down

0 comments on commit f1817ba

Please sign in to comment.