mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-09 16:26:55 +00:00
33e2115fe4
This matches the scheme used by other target packages and will avoid confusion with any future version. Signed-off-by: Andre Heider <a.heider@gmail.com>
11 lines
203 B
Diff
11 lines
203 B
Diff
--- a/src/dsl_cpe_control.c
|
|
+++ b/src/dsl_cpe_control.c
|
|
@@ -11,6 +11,7 @@
|
|
/*
|
|
Includes
|
|
*/
|
|
+#include <limits.h>
|
|
#include "dsl_cpe_control.h"
|
|
#include "dsl_cpe_cli.h"
|
|
#include "dsl_cpe_cli_console.h"
|