'tif_config.h' or 'tiffio.h' must be included before any system header.

This commit is contained in:
Bob Friesenhahn 2017-12-02 14:45:03 -06:00
parent e000ac8aa5
commit 79bb4d034f
3 changed files with 3 additions and 2 deletions

View File

@ -25,9 +25,9 @@
#define WIN32_LEAN_AND_MEAN
#define VC_EXTRALEAN
#include "tiffiop.h"
#include <stdlib.h>
#include "tiffiop.h"
#ifdef JPEG_SUPPORT
/*

View File

@ -26,9 +26,9 @@
* TIFF Library VMS-specific Routines.
*/
#include "tiffiop.h"
#include <stdlib.h>
#include <unixio.h>
#include "tiffiop.h"
#if !HAVE_IEEEFP
#include <math.h>
#endif

View File

@ -27,6 +27,7 @@
******************************************************************************
*/
#include "tif_config.h"
#include <stdio.h>
#include <string.h>