diff options
Diffstat (limited to 'lib/info.cc')
-rw-r--r-- | lib/info.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/info.cc b/lib/info.cc index a7b5f3e..86e4cc4 100644 --- a/lib/info.cc +++ b/lib/info.cc @@ -24,10 +24,10 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <config.h> #include "info.h" #include <time.h> +#include <stdarg.h> Info::Info() { pthread_mutex_init (&mutex, NULL); |