CComponentsFrmClock: add missing statement for #include <config.h>

Origin commit data
------------------
Branch: ni/coolstream
Commit: 09d6881b20
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-26 (Sun, 26 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-05-26 16:17:22 +02:00
parent 37ab756cfd
commit 83186e4180

View File

@@ -27,7 +27,10 @@
#define __CC_CLOCK__
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "cc.h"
#include "cc_frm.h"