Update the changelog
[opencv] / apps / cvenv / include / starteic.h
1 #ifndef _STARTEiCH
2 #define _STARTEiCH
3
4 /* ISO STUFF */
5 #include <stdio.h>
6 #include <stdlib.h>
7 #include <ctype.h>
8 #include <stdarg.h>
9 #include <string.h>
10 #include <math.h>
11 #include <float.h>
12 #include <limits.h>
13 #include <errno.h>
14 #include <assert.h>
15
16 /* POSIX.1 STUFF */
17 #include <unistd.h>
18 #include <fcntl.h>
19
20 #endif /* _STARTEiCH */