diff --git a/v2/engine/fileunix.c b/v2/engine/fileunix.c index 0bd46a7df..5edeb04a1 100644 --- a/v2/engine/fileunix.c +++ b/v2/engine/fileunix.c @@ -20,13 +20,13 @@ # include #if defined(sun) || defined(__sun) || defined(linux) -# include /* needed for read and close prototype */ +# include /* needed for read and close prototype */ #endif # ifdef USE_FILEUNIX #if defined(sun) || defined(__sun) -# include /* needed for read and close prototype */ +# include /* needed for read and close prototype */ #endif # if defined( OS_SEQUENT ) || \