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-pool.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-pool.c')
-rw-r--r-- | src/shared/machine-pool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/machine-pool.c b/src/shared/machine-pool.c index e5674e4137..f080b849a4 100644 --- a/src/shared/machine-pool.c +++ b/src/shared/machine-pool.c @@ -24,6 +24,7 @@ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> +#include <sys/file.h> #include <sys/ioctl.h> #include <sys/mount.h> #include <sys/prctl.h> |