systemd: ensure every file includes 'nm-sd-adapt.h' first

This commit is contained in:
Beniamino Galvani 2015-04-09 15:23:50 +02:00
parent 6fba9fd2e5
commit 9d6a2e6f0f
5 changed files with 11 additions and 0 deletions

View file

@ -21,6 +21,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "nm-sd-adapt.h"
#include <netinet/if_ether.h>
#include "sparse-endian.h"

View file

@ -17,6 +17,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "nm-sd-adapt.h"
#include <linux/filter.h>
#include "util.h"

View file

@ -16,6 +16,9 @@
You should have received a copy of the GNU Lesser General Public License
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "nm-sd-adapt.h"
#include <arpa/inet.h>
#include "util.h"

View file

@ -17,6 +17,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "nm-sd-adapt.h"
#include <stdlib.h>
#include <errno.h>
#include <string.h>

View file

@ -22,6 +22,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
#include "nm-sd-adapt.h"
#include <stdbool.h>
#include <netinet/in.h>
#include <net/ethernet.h>