aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-06-22 20:46:34 -0500
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-09 00:18:19 +0200
commitbf219e1442df06268575853ec6d150e0d09f737a (patch)
tree03d6e1a09a7123c8438ec9858a37c34da9a509d5 /src/nvim/diff.c
parentb18ca14ef8f440ed36fbd68dcb4f31541c290050 (diff)
downloadrneovim-bf219e1442df06268575853ec6d150e0d09f737a.tar.gz
rneovim-bf219e1442df06268575853ec6d150e0d09f737a.tar.bz2
rneovim-bf219e1442df06268575853ec6d150e0d09f737a.zip
move <inttypes.h> include out of vim.h
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 2e751aafaf..cf30ca8ed2 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -2,6 +2,7 @@
///
/// Code for diff'ing two, three or four buffers.
+#include <inttypes.h>
#include <stdbool.h>
#include "nvim/vim.h"