Added missing my_config.h header to mqfilter.c

This commit is contained in:
Markus Makela 2014-10-10 13:17:12 +03:00
parent ebb3b52fdb
commit e00dbb9beb

View File

@ -58,6 +58,7 @@
*@endverbatim
* See the individual struct documentations for logging trigger parameters
*/
#include <my_config.h>
#include <stdio.h>
#include <fcntl.h>
#include <filter.h>