diff options
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clint.py b/src/clint.py index 1ed01382c8..b57bbe354b 100755 --- a/src/clint.py +++ b/src/clint.py @@ -881,6 +881,7 @@ def CheckIncludes(filename, lines, error): "nvim/func_attr.h", "termkey/termkey.h", "vterm/vterm.h", + "xdiff/xdiff.h", ] for i in check_includes_ignore: |