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

This commit is contained in:
micha-bbg
2012-05-05 23:10:24 +01:00
parent 6bf4d6c0b1
commit 2a00f4fafb

View File

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