summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-02-20 12:11:40 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2017-02-20 12:21:52 -0800
commit4cbb6157e51173afd9b82d034c246401ad94a1ee (patch)
treea1010eb9adbcb0db5e3b85fbc8d44592bebe814c
parent2ca1774489328cde71195f5fa95e17cf3a80cb8a (diff)
downloadrabbitmq-c-4cbb6157e51173afd9b82d034c246401ad94a1ee.tar.gz
Add platform directory to YCM config.
-rw-r--r--.ycm_extra_conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 75104ed..d9ef11c 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -51,6 +51,7 @@ flags = [
'-x',
'c',
'-I', './librabbitmq',
+'-I', './librabbitmq/unix',
'-D', 'HAVE_POLL',
]