Missing #endif

This commit is contained in:
Gregory Nutt 2017-07-10 11:15:17 -06:00
parent 1bc0eea143
commit 994019d9be
1 changed files with 2 additions and 0 deletions

View File

@ -190,3 +190,5 @@ void ipfwd_dropstats(FAR struct forward_s *fwd)
}
#endif
}
#endif /* CONFIG_NET_IPFORWARD && CONFIG_NET_STATISTICS */