diff options
author | Daniel Mack <github@zonque.org> | 2016-02-19 12:29:23 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-02-19 12:29:23 +0100 |
commit | a972e1e0b3af9dbe490c6433322c635d9e5ad875 (patch) | |
tree | 6536457db683e9258dfd57ae66385f93d518623a /src/shared/machine-image.c | |
parent | dfec18925e3ca4d850e01dcf65499fca47cb0589 (diff) | |
parent | 3a43755733292fde399548248a5ba158d9df27ac (diff) |
Merge pull request #2661 from nwmcsween/nwmcsween
Include and internal struct member fixes.
Diffstat (limited to 'src/shared/machine-image.c')
-rw-r--r-- | src/shared/machine-image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/machine-image.c b/src/shared/machine-image.c index ed8a29c575..d2f1c4a40c 100644 --- a/src/shared/machine-image.c +++ b/src/shared/machine-image.c @@ -23,6 +23,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/file.h> #include <sys/stat.h> #include <unistd.h> #include <linux/fs.h> |