-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ndp: add missing header include #5864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
But please fix the commit message before merging. 😉 |
In which way? |
The part "...but up until now the according header." seems to be incomplete to me. |
sys/include/net/ndp.h uses IPv6 addresses in NDP message type definitions but up until now the according header wasn't included.
cf612aa
to
9dc4023
Compare
Ah. Fixed. |
The linebreak looks strange, but I assume that's a GitHub UI issue? |
Well that depends on how you see it. My vim is configured to break at 80 chars as per coding conventions. I assume GitHub breaks at the more common 72 ;-). |
Hm, well, probably commit messages don't really count as programming. ;-) Maybe you should teach your vim to handle different file types differently. ;-) |
sys/include/net/ndp.h uses IPv6 addresses in NDP message type definitions but up
until now the according header wasn't included.