I have several .CPP and .H fles which i want to compile together. These files are used for PLC and Oracle database communication. when i try to compile these files it says following header files are missing ..
<occi.h>
<sys/msg.h>
<sys/time.h>
<sys/stat.h>
<signal.h>
How can I recover these files & how can I include them with all others file to compile them all together.
Please help.
Prashant