From e418f44ee2ffb54d30bdc5aaa4c01be5271fc869 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 26 Feb 2013 20:26:20 +0100 Subject: [PATCH] Added missing include --- src/helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper.c b/src/helper.c index eba997a..deb0f7d 100644 --- a/src/helper.c +++ b/src/helper.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2013 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Mailer */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ #include #include #include +#include #include "../include/Mailer/helper.h"