summaryrefslogtreecommitdiff
path: root/support/support_write_file_string.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-12-14 13:48:56 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-12-14 13:48:56 +0100
commitf58bd7f055988d367d8118ccbc4cb8c4dbfd9db2 (patch)
treea34a67faf56b6e7223a6b5b1938e1c5db35fbf72 /support/support_write_file_string.c
parent4ca945e9c5421a174e96ff91eda7fa7482cee8c8 (diff)
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.c2
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)