comparison examples/d-box/main.cpp @ 379:24c3a0663d54 prerelease

Added Ne10 headers within include directory
author andrewm
date Sun, 12 Jun 2016 18:16:20 +0100
parents 421a69d42943
children
comparison
equal deleted inserted replaced
378:8db03611ee76 379:24c3a0663d54
22 #include <vector> 22 #include <vector>
23 #include <dirent.h> // to handle files in dirs 23 #include <dirent.h> // to handle files in dirs
24 #include <mntent.h> // to check if device is mounted 24 #include <mntent.h> // to check if device is mounted
25 #include <sys/mount.h> // mount() 25 #include <sys/mount.h> // mount()
26 #include <sys/time.h> // elapsed time 26 #include <sys/time.h> // elapsed time
27 #include <NE10.h> // neon library 27 #include <ne10/NE10.h> // neon library
28 28
29 // thread priority 29 // thread priority
30 #include <pthread.h> 30 #include <pthread.h>
31 #include <sched.h> 31 #include <sched.h>
32 32