From: Ronny Chevalier Date: Sun, 12 Oct 2014 15:59:03 +0000 (+0200) Subject: shared: add missing includes X-Git-Tag: v218~638 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=81a12ba6ec2f8514b7d35f0c39a96cc74bb14019 shared: add missing includes --- diff --git a/src/shared/copy.h b/src/shared/copy.h index 0bf2598f6..6b93107fa 100644 --- a/src/shared/copy.h +++ b/src/shared/copy.h @@ -21,6 +21,9 @@ along with systemd; If not, see . ***/ +#include +#include + int copy_file(const char *from, const char *to, int flags, mode_t mode); int copy_tree(const char *from, const char *to, bool merge); int copy_bytes(int fdf, int fdt, off_t max_bytes); diff --git a/src/shared/locale-util.h b/src/shared/locale-util.h index d7a3e4fae..e48aa3d9a 100644 --- a/src/shared/locale-util.h +++ b/src/shared/locale-util.h @@ -21,6 +21,10 @@ along with systemd; If not, see . ***/ +#include + +#include "macro.h" + typedef enum LocaleVariable { /* We don't list LC_ALL here on purpose. People should be * using LANG instead. */