r242: *** empty log message ***
[ctsim.git] / include / imagefile.h
index a7600dcce5cc33b9c563e5ead21c0ee9103f0d99..6b6b4d530fac706ddf664dedb534ee74dc13df68 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: imagefile.h,v 1.18 2000/07/13 07:03:21 kevin Exp $
+**  $Id: imagefile.h,v 1.19 2000/12/04 04:15:48 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #ifndef IMAGEFILE_H
 #define IMAGEFILE_H
 
+#ifndef MSVC\r
+#include <unistd.h>\r
+#endif\r
 #include <string>
 #include <sys/types.h>
-#include <unistd.h>
 #include <fstream>
 #include <iostream>
 #include "ctsupport.h"