> >  #define WIN32_LEAN_AND_MEAN
> > +#include <config.h>
> >  #include <windows.h>
> > +#include <direct.h>
> 
> Thanks for the revised patch.
> 
> Does #include <config.h> make a difference?  Every .c file should already
> start out with that #include, and so if it makes a difference then it probably
> indicates that some .c file has forgotten it.  (But the Makefile checks for 
> that,
> so it is unlikely.)
> 
> Thanks,
> 
> Ben.
[Alin Serdean] I did a clean compile and a run of unit tests and everything was 
ok.
I included <config.h> for 
https://github.com/openvswitch/ovs/blob/master/include/windows/windefs.h#L41 .
Should I change <config,h> to <windefs.h> ?
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to