]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemd/sd-ndisc.h
Merge pull request #1668 from ssahani/net1
[thirdparty/systemd.git] / src / systemd / sd-ndisc.h
index 83575c69084636ce6cbcd98bd4c8c8461e0a279d..570e1741d68e3927222b20afa4931a7227646afb 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <inttypes.h>
 #include <net/ethernet.h>
 
 #include "sd-event.h"
+#include "_sd-common.h"
+
+_SD_BEGIN_DECLARATIONS;
 
 enum {
         SD_NDISC_EVENT_ROUTER_ADVERTISMENT_NONE              = 0,
@@ -68,4 +72,6 @@ int sd_ndisc_router_discovery_start(sd_ndisc *nd);
         be16toh((address).s6_addr16[6]),        \
         be16toh((address).s6_addr16[7])
 
+_SD_END_DECLARATIONS;
+
 #endif