Include <iostream> without the .h on modern C++
[oweals/cde.git] / cde / programs / dtsearchpath / libCliSrv / UnixEnv.C
index 201f29567f2a3c80fe17a717e0e60a48bd574378..731fe91c8c11aac20d17f6954536bcffa1772d68 100644 (file)
 #endif
 #include <stdlib.h>
 #include <string.h>
+#if defined(linux)
+#include <iostream>
+#else
 #include <iostream.h>
+#endif
 #include <stdio.h>
 #include <unistd.h>
 #include <grp.h>