Target cooja: added missing includes

ico
Simon Duquennoy 2015-10-01 16:09:35 +02:00
parent 5dd6261fef
commit 43adbbf6f9
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
* This file is part of the Contiki operating system.
*
*/
#include <stdio.h>
#include <string.h>
#include "lib/simEnvChange.h"
#include "cfs/cfs.h"

View File

@ -28,6 +28,7 @@
*
*/
#include <string.h>
#include "dev/eeprom.h"
#include "lib/simEnvChange.h"