[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] lwip master, opt.h uses defines from ppp_opts.h
From: |
Jacob Kroon |
Subject: |
[lwip-devel] lwip master, opt.h uses defines from ppp_opts.h |
Date: |
Mon, 20 Aug 2018 14:54:14 +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] lwip master, opt.h uses defines from ppp_opts.h,
Jacob Kroon <=