Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3991c6f9
Unverified
Commit
3991c6f9
authored
Aug 19, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macro: add missing headers
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
71219fea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
macro.h
src/lxc/macro.h
+10
-0
No files found.
src/lxc/macro.h
View file @
3991c6f9
...
@@ -20,6 +20,16 @@
...
@@ -20,6 +20,16 @@
#ifndef __LXC_MACRO_H
#ifndef __LXC_MACRO_H
#define __LXC_MACRO_H
#define __LXC_MACRO_H
#include "config.h"
#include <asm/types.h>
#include <linux/if_link.h>
#include <linux/loop.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>
#include <sys/mount.h>
#include <sys/socket.h>
/* Define __S_ISTYPE if missing from the C library. */
/* Define __S_ISTYPE if missing from the C library. */
#ifndef __S_ISTYPE
#ifndef __S_ISTYPE
#define __S_ISTYPE(mode, mask) (((mode)&S_IFMT) == (mask))
#define __S_ISTYPE(mode, mask) (((mode)&S_IFMT) == (mask))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment