diff options
Diffstat (limited to 'libbb/write_or_die.c')
-rw-r--r-- | libbb/write_or_die.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/write_or_die.c b/libbb/write_or_die.c index 4c29255df..f97ab8ba6 100644 --- a/libbb/write_or_die.c +++ b/libbb/write_or_die.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include "cache.h" | 1 | #include "libbb.h" |
2 | #include "git.h" | ||
2 | 3 | ||
3 | /* | 4 | /* |
4 | * Some cases use stdio, but want to flush after the write | 5 | * Some cases use stdio, but want to flush after the write |