Skip to content

Commit

Permalink
Fix builds when libpng is not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Dec 18, 2021
1 parent 7c93d8a commit 48b605c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
@@ -1,6 +1,7 @@
# Changes in HTMLDOC v1.9.14

- Fixed the PDF creation date (Issue #455)
- Fixed a compile issue when libpng was not available (Issue #458)


# Changes in HTMLDOC v1.9.13
Expand Down
1 change: 1 addition & 0 deletions htmldoc/image.cxx
Expand Up @@ -13,6 +13,7 @@
*/

#include "htmldoc.h"
#include <setjmp.h>

#ifdef HAVE_LIBJPEG
extern "C" { /* Workaround for JPEG header problems... */
Expand Down

0 comments on commit 48b605c

Please sign in to comment.