mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 07:20:14 +01:00
nm-netlink.h needs asm/types.h
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3153 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
98ee94a717
commit
b91db8d429
2 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,6 @@
|
|||
* (C) Copyright 2007 Red Hat, Inc.
|
||||
*/
|
||||
|
||||
#include <asm/types.h>
|
||||
#include "nm-netlink.h"
|
||||
#include "nm-utils.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#ifndef NM_NETLINK_H
|
||||
#define NM_NETLINK_H
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <netlink/route/addr.h>
|
||||
#include <netlink/netlink.h>
|
||||
#include <netlink/utils.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue