Changeset 798 for soft/giet_vm/applications/rosenfeld/src/ecc_common.c
- Timestamp:
- Mar 2, 2016, 3:08:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/rosenfeld/src/ecc_common.c
r777 r798 8 8 #include <math.h> 9 9 10 11 10 #ifdef CLI 12 11 #include "nrc_os_config.h" 13 12 #include "nrc.h" 14 13 #endif 14 15 #if TARGET_OS == LINUX 16 #include <sys/types.h> 17 #include <sys/stat.h> 18 #include <fcntl.h> 19 #endif 20 15 21 16 22 #include "ecc_common.h"
Note: See TracChangeset
for help on using the changeset viewer.