* TreeView.cs: When calling ExpandAll, set SelectedNode to the top
[mono.git] / mono / monoburg / monoburg.y
index 83186439c8f1b772b62a0cfbdd68ee598f6a67a7..7802fd81b529cf30ca1b85447cfb1799afd0f00a 100644 (file)
@@ -8,10 +8,13 @@
  * (C) 2001 Ximian, Inc.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include <ctype.h>
 #include <assert.h>
 #include <stdarg.h>