From: pk910 Date: Wed, 22 Aug 2012 01:25:21 +0000 (+0200) Subject: include autotools config.h to IOHandler.h X-Git-Tag: v5.5~9^2~8 X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=commitdiff_plain;h=1dce2c7b12c45bf3781a28be649c0ed6c1265801 include autotools config.h to IOHandler.h --- diff --git a/src/IOHandler.h b/src/IOHandler.h index 208b854..23c411c 100644 --- a/src/IOHandler.h +++ b/src/IOHandler.h @@ -16,6 +16,7 @@ */ #ifndef _IOHandler_h #define _IOHandler_h +#include "../config.h" /* configure script autogenerated */ #include #include /* struct timeval */