Add missing '#include <config.h>' to SIevents.cpp

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a00f4fafb
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)

Origin message was:
------------------
* Add missing '#include <config.h>' to SIevents.cpp

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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-05-05 23:10:24 +01:00
parent 5823a1460e
commit 65d1d629ac

View File

@@ -22,6 +22,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <time.h>