]> OCCT Git - occt-wok.git/commitdiff
OCC8712 Porting on gcc 3.4
authorcascade <cascade@opencascade.com>
Fri, 22 Jul 2005 19:58:38 +0000 (19:58 +0000)
committercascade <cascade@opencascade.com>
Fri, 22 Jul 2005 19:58:38 +0000 (19:58 +0000)
src/WOKUnix/WOKUnix_FDescr.cxx

index 3a0a4f87c135465bec653450596ffca7ebb80902..b04c0c1fe6afc1e1c157755aad93119355078cfd 100755 (executable)
@@ -6,6 +6,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <errno.h>
 
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
@@ -37,9 +38,9 @@
 #include <OSD_OSDError.hxx>
 #include <Standard_ProgramError.hxx>
 
-//#ifndef DECOSF1
+#ifndef DECOSF1
 extern "C" { extern int  mknod (const char *, mode_t , dev_t ); }
-//#endif
+#endif
 
 extern int errno;