rest-example: include <string.h> for memcpy

This commit is contained in:
Mariano Alvira 2011-03-05 17:07:56 -05:00
parent 2c79ab4962
commit 53daa9e835
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "contiki.h"
#include "contiki-net.h"
#include "rest.h"