diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-12-14 13:48:56 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-12-14 13:48:56 +0100 |
commit | f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 (patch) | |
tree | a34a67faf56b6e7223a6b5b1938e1c5db35fbf72 /support/support_write_file_string.c | |
parent | 4ca945e9c5421a174e96ff91eda7fa7482cee8c8 (diff) | |
download | glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar.gz glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.tar.bz2 glibc-f58bd7f055988d367d8118ccbc4cb8c4dbfd9db2.zip |
support: Simplify compiling most of support/ outside of glibc
Some include files were missing because they are implied by the
in-tree build process.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'support/support_write_file_string.c')
-rw-r--r-- | support/support_write_file_string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support_write_file_string.c b/support/support_write_file_string.c index 48e89597f3..48736530bf 100644 --- a/support/support_write_file_string.c +++ b/support/support_write_file_string.c @@ -19,7 +19,7 @@ #include <fcntl.h> #include <string.h> #include <support/check.h> -#include <xunistd.h> +#include <support/xunistd.h> void support_write_file_string (const char *path, const char *contents) |