mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
Added missing include
This commit is contained in:
parent
8e47694597
commit
c273969400
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user