summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-11-15 22:44:15 -0500
committerDave Reisner <dreisner@archlinux.org>2013-11-15 22:44:15 -0500
commit7d74558bb6946be0c3c14a3e37b5161a79111c55 (patch)
tree09a049c68981952de30c325963eaee00347960ca /.ycm_extra_conf.py
parent4e1b76c214704dcec41b43ea218cc42a531a1765 (diff)
ycm_extra_conf: include src/systemd for headers
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 06a234466..57b868a18 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -11,6 +11,8 @@ flags = [
'/usr/include/dbus-1.0',
'-I',
'./src/shared',
+'-I',
+'./src/systemd',
'-Wall',
'-Wextra',
'-Werror',