Skip to content

Commit facdfb9

Browse files
committed
Compatibility with minGW gcc 5.3.0
1 parent 8c4c186 commit facdfb9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

misc/strlcat.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
*
2828
*---------------------------------------------------------------*/
2929

30-
30+
#include "direwolf.h"
3131

3232
#include <stdlib.h>
3333
#include <string.h>
34-
#include "direwolf.h"
34+
3535
#include "textcolor.h"
3636

3737

misc/strlcpy.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5050
*/
5151

52+
#include "direwolf.h"
5253

5354
#include <stdlib.h>
5455
#include <string.h>
55-
#include "direwolf.h"
56+
5657
#include "textcolor.h"
5758

5859
/*

0 commit comments

Comments
 (0)