Skip to content

Commit

Permalink
include locale header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 12, 2023
1 parent 253b113 commit 27feb50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/drawtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <wand/MagickWand.h>

#define ThrowWandException(wand) \
Expand Down
5 changes: 3 additions & 2 deletions tests/wandtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
% March 2003 %
% %
% %
% Copyright 1999-2007 ImageMagick Studio LLC, a non-profit organization %
% Copyright 1999 ImageMagick Studio LLC, a non-profit organization %
% dedicated to making software imaging solutions freely available. %
% %
% You may not use this file except in compliance with the License. You may %
% obtain a copy of the License at %
% %
% https://imagemagick.org/script/license.php %
% https://imagemagick.org/script/license.php %
% %
% Unless required by applicable law or agreed to in writing, software %
% distributed under the License is distributed on an "AS IS" BASIS, %
Expand Down Expand Up @@ -58,6 +58,7 @@
#include <sys\types.h>
#endif
#include <time.h>
#include <locale.h>
#include <wand/MagickWand.h>

#define WandDelay 3
Expand Down

0 comments on commit 27feb50

Please sign in to comment.