summaryrefslogtreecommitdiff
path: root/usr.bin/unexpand/unexpand.c
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-10-24 02:24:23 -0400
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-10-24 02:24:23 -0400
commit5febc75c02efe70746168baa4469649bf0aad7da (patch)
tree8c146530be8f223abab5140ee09e72c68da8c4ca /usr.bin/unexpand/unexpand.c
parent445fda1b3984f3df7e6a724c406579e365c7b656 (diff)
downloaduserland-5febc75c02efe70746168baa4469649bf0aad7da.tar.gz
userland-5febc75c02efe70746168baa4469649bf0aad7da.tar.bz2
userland-5febc75c02efe70746168baa4469649bf0aad7da.tar.xz
userland-5febc75c02efe70746168baa4469649bf0aad7da.zip
fix some compile-via-gprbuild warningsHEADmaster
Diffstat (limited to 'usr.bin/unexpand/unexpand.c')
-rw-r--r--usr.bin/unexpand/unexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index 5edc21c..28fce97 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -33,7 +33,7 @@
* unexpand - put tabs into a file replacing blanks
*/
#include <limits.h>
-#include <stdio.h>
+#include <bsd/stdio.h>
#include <bsd/stdlib.h>
#include <string.h>
#include <unistd.h>