Difference for main/ipx_drv.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 15
 
Line 15
 #include <string.h>  #include <string.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
   //Needed for alloca on mingw32.
   #include <malloc.h>
   
 #include "types.h"  #include "types.h"
 #include "config.h"  #include "config.h"

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4