diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-01-27 02:36:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-27 02:36:42 +0100 |
commit | 605853057114892c8e6b2e1ef1b5f745d36f88a4 (patch) | |
tree | 040bdf4b78bd6ce632bbbad70f61a8dc049ec76d /src/pulse/context.h | |
parent | 1249cf6dc9032810575fc5b94c002bf633316bfb (diff) |
import version.h in all header files to make sure that version-based feature testing works
Diffstat (limited to 'src/pulse/context.h')
-rw-r--r-- | src/pulse/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h index fd791b9ad..dfb7e4a10 100644 --- a/src/pulse/context.h +++ b/src/pulse/context.h @@ -29,6 +29,7 @@ #include <pulse/cdecl.h> #include <pulse/operation.h> #include <pulse/proplist.h> +#include <pulse/version.h> /** \page async Asynchronous API * |