Added missing include

This commit is contained in:
Niclas Finne 2011-11-15 12:23:24 +01:00
parent 8e47694597
commit c273969400

View file

@ -26,7 +26,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: collect-common.c,v 1.2 2010/11/06 11:55:15 adamdunkels Exp $
*/
/**
@ -44,6 +43,7 @@
#include "collect-common.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
static unsigned long time_offset;