Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
8d93ddb6
Commit
8d93ddb6
authored
Jan 24, 2016
by
Arnim Läuger
Browse files
Merge pull request #969 from devsaurus/fix_sntp
sntp: Include user_interface.h to avoid implicit decls
parents
91b2533a
cd06905b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/sntp.c
View file @
8d93ddb6
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
#include "c_stdlib.h"
#include "c_stdlib.h"
#include "user_modules.h"
#include "user_modules.h"
#include "lwip/dns.h"
#include "lwip/dns.h"
#include "user_interface.h"
#ifdef LUA_USE_MODULES_RTCTIME
#ifdef LUA_USE_MODULES_RTCTIME
#include "rtc/rtctime.h"
#include "rtc/rtctime.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment