syntax-check: Include config.h file #include <>

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-11-09 15:56:56 +00:00
parent fa1e077de9
commit 6b56c730a8

View File

@ -16,7 +16,7 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include "red-channel.h"