gsk: Include config.h

The more you know:
Not including config.h causes the public API implemented in this file to
not be exported in the resulting library.
This commit is contained in:
Benjamin Otte 2016-12-23 02:05:54 +01:00
parent adcde3034e
commit 08f9a6078b

View File

@ -16,6 +16,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include "gskrendernodeprivate.h"
#include "gskcairoblurprivate.h"