Compatibility with minGW gcc 5.3.0

This commit is contained in:
wb2osz 2017-07-19 21:50:46 -04:00
parent 8c4c186730
commit facdfb9e19
2 changed files with 4 additions and 3 deletions

View File

@ -27,11 +27,11 @@
* *
*---------------------------------------------------------------*/ *---------------------------------------------------------------*/
#include "direwolf.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "direwolf.h"
#include "textcolor.h" #include "textcolor.h"

View File

@ -49,10 +49,11 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include "direwolf.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "direwolf.h"
#include "textcolor.h" #include "textcolor.h"
/* /*