r236: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 4 Dec 2000 02:52:57 +0000 (02:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 4 Dec 2000 02:52:57 +0000 (02:52 +0000)
include/array2dfile.h

index 9ff8dca58196da35e9f3e7a13a3be0b38f583799..6b6c5c25e94b366ed629e7911b46223571a5d6af 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.h,v 1.4 2000/07/09 08:16:17 kevin Exp $
+**  $Id: array2dfile.h,v 1.5 2000/12/04 02:52:57 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 ARRAY2DFILE_H
 #define ARRAY2DFILE_H
 
+#ifndef WIN32
+#include <unistd.h>
+#endif
+
 #include <sys/types.h>
 #include <string.h>
-#include <unistd.h>
 #include <string>
 #include <fstream>
 #include <iostream>