lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #54327] V2.1.0rc1 pbuf.c misses stdint.h include


From: Axel Lin
Subject: [lwip-devel] [bug #54327] V2.1.0rc1 pbuf.c misses stdint.h include
Date: Wed, 18 Jul 2018 01:16:47 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36

Follow-up Comment #4, bug #54327 (project lwip):

I think use uint16_t should also work.

see src/include/lwip/arch.h:

/** Define this to 1 in arch/cc.h of your port if your compiler does not
provide
 * the stdint.h header. You need to typedef the generic types listed in
 * lwip/arch.h yourself in this case (u8_t, u16_t...).
 */
#ifndef LWIP_NO_STDINT_H
#define LWIP_NO_STDINT_H 0
#endif


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?54327>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]