summaryrefslogtreecommitdiff
path: root/src/checkout.c
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-03-25 14:42:53 -0700
committerVicent Martí <vicent@github.com>2013-03-25 14:42:53 -0700
commitf17951d6ea4ba18c68716a89d7b7464e40ec98f7 (patch)
tree468b0ba5739118b56d1961063655ffbbf95d8a12 /src/checkout.c
parent13640d1bb8376e3f07f66498a5b9bdde9ff3d7d6 (diff)
parent3658e81e3499f874dc9f323d4d9127df7e219e12 (diff)
downloadlibgit2-f17951d6ea4ba18c68716a89d7b7464e40ec98f7.tar.gz
Merge pull request #1431 from libgit2/autocrlf-fixes
Fix crlf handling, particularly when autocrlf=true
Diffstat (limited to 'src/checkout.c')
-rw-r--r--src/checkout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkout.c b/src/checkout.c
index e52649aec..5a2698e41 100644
--- a/src/checkout.c
+++ b/src/checkout.c
@@ -23,6 +23,7 @@
#include "blob.h"
#include "diff.h"
#include "pathspec.h"
+#include "buf_text.h"
/* See docs/checkout-internals.md for more information */