commit | 427f5b66ce0abe19daed9291b1693f6e8aae6552 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 13:43:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 13:43:51 2019 +0200 |
tree | dabb3cc81a9c6b47416b38ae835b79f69df2b61e | |
parent | 260addf7955f3695d3daef9dcf840952af9fd851 [diff] [blame] |
patch 8.1.1502: cannot play any sound Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
diff --git a/src/proto.h b/src/proto.h index e606f08..264cbb9 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -183,6 +183,7 @@ # ifdef FEAT_SIGNS # include "sign.pro" # endif +# include "sound.pro" # include "spell.pro" # include "spellfile.pro" # include "syntax.pro"