Fixed poll.c include with old header name.

This commit is contained in:
Markus Makela 2015-03-12 07:39:39 +02:00
parent d5d5bd5016
commit 04b969efaa

View File

@ -30,7 +30,7 @@
#include <gw.h>
#include <maxconfig.h>
#include <housekeeper.h>
#include <config.h>
#include <maxconfig.h>
#include <mysql.h>
#include <resultset.h>