mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 23:20:12 +01:00
ppp-manager: fix build with Linux 3.2.0 headers
Fixes build with Ubuntu 12.04.
In file included from ppp-manager/nm-ppp-manager.c:42:0:
/usr/include/linux/if_ppp.h:103:16: error: field 'b' has incomplete type
/usr/include/linux/if_ppp.h:108:21: error: field 'b' has incomplete type
(cherry picked from commit 22b99e3bbb)
This commit is contained in:
parent
1d6eac884e
commit
b5733c1916
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#ifndef aligned_u64
|
||||
#define aligned_u64 unsigned long long __attribute__((aligned(8)))
|
||||
#endif
|
||||
#include <linux/if.h>
|
||||
#include <linux/if_ppp.h>
|
||||
|
||||
#include "NetworkManagerUtils.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue