vllungu

Results 2 comments of vllungu

1. _HAVE_SYS_TYPES_H appears in coap_config.h.contiki by default and in coap_config.h after running configure - if the system has has sys/types.h, obviously 2. sys/types.h is also included in coap_io.h and net.c...

1. My bad. Patch should have read HAVE_SYS_TYPES_H instead of _HAVE_SYS_TYPES_H. Honest mistake. 2. I have read the commit message.The patch removes both the ifdef AND the include, except for...