0023934: Compiler warnings in MS VC++ 10
[occt.git] / src / OSD / OSD_Cmailbox.c
index 4f67a7d..c131cd8 100755 (executable)
@@ -549,4 +549,9 @@ write_mailbox(int *boxid, char *box_name, char *message, int length)
    return (0);
   }
 }
+#else
+
+// to avoid compiler warning on empty file
+#include "string.h"
+
 #endif