added Makefile
[TransparentIRC.git] / src / ConfigParser.c
index 03eccaf3c133c6449064bc7432c7c5eb4a2115f9..32b1d8c0603323e33e8ffe0605ebdbb862b80405 100644 (file)
@@ -14,8 +14,8 @@
  * You should have received a copy of the GNU General Public License 
  * along with this program. If not, see <http://www.gnu.org/licenses/>. 
  */
-
 #include "ConfigParser.h"
+#include "tools.h"
 
 #define ENTRYTYPE_BLOCK   1
 #define ENTRYTYPE_STRING  2