Added missing string.h include, for memset()

This commit is contained in:
adamdunkels 2009-10-18 11:42:06 +00:00
parent fda46f6800
commit 63f927fc8d

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: shell-rime-neighbors.c,v 1.1 2009/05/10 21:04:06 adamdunkels Exp $
* $Id: shell-rime-neighbors.c,v 1.2 2009/10/18 11:42:06 adamdunkels Exp $
*/
/**
@ -38,7 +38,7 @@
* Adam Dunkels <adam@sics.se>
*/
#include <string.h>
#include "shell.h"
#include "net/rime.h"