Include config.h in the cc file (after rebase)

This commit is contained in:
Colin Guthrie 2009-03-18 21:07:49 +00:00
parent 26d5749396
commit dea5d0a0fe
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
along with pavucontrol. If not, see <http://www.gnu.org/licenses/>.
***/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "devicewidget.h"
#include "channelwidget.h"