import version.h in all header files to make sure that version-based feature testing works

This commit is contained in:
Lennart Poettering 2009-01-27 02:36:42 +01:00
parent 1249cf6dc9
commit 6058530571
21 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <pulse/sample.h>
#include <pulse/channelmap.h>
#include <pulse/cdecl.h>
#include <pulse/version.h>
/** \file
* An abstract interface for Zeroconf browsing of PulseAudio servers */