Skip to content

Commit

Permalink
Fixed build on non-Windows platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 15, 2021
1 parent df0b5ac commit 86812bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MagickCore/utility-private.h
Expand Up @@ -21,6 +21,9 @@
#include "MagickCore/memory_.h"
#include "MagickCore/nt-base.h"
#include "MagickCore/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 86812bb

Please sign in to comment.