fix build for Solaris
[citadel.git] / citadel / routines2.c
index ba73090c210580fb7d86cf6b0ab167b64f99aa3d..374464cbbc91c95579ad9b7f9faa3f8c9374a357 100644 (file)
 #endif
 #include "screen.h"
 
+/* work around solaris include files */
+#ifdef reg
+#undef reg
+#endif
+
 extern char temp[];
 extern char tempdir[];
 extern char *axdefs[7];