ref: 029cfceb321c13945be20223b800d697afcaf6b4
parent: 3d065f4fe8c2e020faefc537206b5768ca5d7b50
author: knik <knik>
date: Mon Dec 23 14:02:43 EST 2002
added some headers
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -16,11 +16,16 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: main.c,v 1.30 2002/12/15 15:16:55 menno Exp $
+ * $Id: main.c,v 1.31 2002/12/23 19:02:43 knik Exp $
*/
-#ifdef _WIN32
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#ifdef WIN32
#include <windows.h>
+#include <fcntl.h>
#endif
#ifdef __unix__
@@ -510,6 +515,9 @@
/*
$Log: main.c,v $
+Revision 1.31 2002/12/23 19:02:43 knik
+added some headers
+
Revision 1.30 2002/12/15 15:16:55 menno
Some portability changes