From d3b7ba1b09e64c0c17afc48270e38c364ded2cb0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 12 Mar 2018 17:46:11 -0400 Subject: [PATCH] Fix syntastic config for include/ Signed-off-by: Peter Jones --- .syntastic_c_config | 1 + 1 file changed, 1 insertion(+) diff --git a/.syntastic_c_config b/.syntastic_c_config index 6b56e25..507d008 100644 --- a/.syntastic_c_config +++ b/.syntastic_c_config @@ -18,6 +18,7 @@ -std=gnu89 -nostdinc -I/usr/lib/gcc/x86_64-redhat-linux/7/include +-Iinclude -ICryptlib/ -ICryptlib/Include/ -ICryptlib/OpenSSL/