Add missing config.h include in kplayernode.cpp.

This relates to commit 2ea1d5f3.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 6 years ago
parent 625c20b068
commit 040a8fde43
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -13,6 +13,10 @@
* (at your option) any later version. *
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_SYS_SYSMACROS_H
#include <sys/sysmacros.h>
#endif

Loading…
Cancel
Save