aboutsummaryrefslogtreecommitdiff
path: root/support/support_write_file_string.c
diff options
context:
space:
mode:
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)