Skip to content

Commit

Permalink
add utime header
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 13, 2024
1 parent 84fb765 commit 6816242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions magick/utility-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#include "magick/memory_.h"
#include "magick/nt-base.h"
#include "magick/nt-base-private.h"
#if defined(MAGICKCORE_HAVE_UTIME_H)
#include <utime.h>
#endif

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down

0 comments on commit 6816242

Please sign in to comment.