Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / src / startup.src
1 #ifndef _STARTUPH\r
2 #define _STARTUPH\r
3 \r
4 /* ISO STUFF */\r
5 #include <stdio.h>\r
6 #include <stdlib.h>\r
7 #include <ctype.h>\r
8 #include <stdarg.h>\r
9 #include <string.h>\r
10 #include <math.h>\r
11 #include <float.h>\r
12 #include <limits.h>\r
13 #include <errno.h>\r
14 #include <assert.h>\r
15 \r
16 /* POSIX.1 STUFF */\r
17 #include <fcntl.h>\r
18 \r
19 #endif /* _STARTUPH */\r