|
From: | Dirk Ziegelmeier |
Subject: | Re: [lwip-devel] lwip master, opt.h uses defines from ppp_opts.h |
Date: | Mon, 27 Aug 2018 10:31:45 +0200 |
Hi,
In opt.h, the defined value for LWIP_NUM_SYS_TIMEOUT_INTERNAL uses
PPP_NUM_TIMEOUTS, which is defined in ppp_opts.h.
I have source code that (implicitly) includes opt.h, but somehow
ppp_opts.h never gets included before, which leads to compiler errors.
What is the intended solution, should users make sure to include
ppp_opts.h before opt.h, or should this be fixed in opt.h itself ?
Regards
Jacob
_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel
[Prev in Thread] | Current Thread | [Next in Thread] |