summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2023-01-22 13:31:46 +0100
committerEven Rouault <even.rouault@spatialys.com>2023-01-22 13:31:46 +0100
commitbc4d708262e7647a511f3c40aa975e2f5453c3b3 (patch)
tree072ab0fbd763b4e1667ce96551b0975ed82d7341
parent46832efcb0273c80393cca2c87282e5529607fd5 (diff)
downloadlibtiff-git-bc4d708262e7647a511f3c40aa975e2f5453c3b3.tar.gz
tif_hash_set.c: include tif_hash_set.h after tif_config.h to let a chance for GDAL symbol renaming trick
-rw-r--r--libtiff/tif_hash_set.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtiff/tif_hash_set.c b/libtiff/tif_hash_set.c
index 22f05d03..9792c63f 100644
--- a/libtiff/tif_hash_set.c
+++ b/libtiff/tif_hash_set.c
@@ -26,9 +26,10 @@
* DEALINGS IN THE SOFTWARE.
****************************************************************************/
-#include "tif_hash_set.h"
#include "tif_config.h"
+#include "tif_hash_set.h"
+
#include <assert.h>
#include <stdbool.h>
#include <stdint.h>