make build on windows, in current makefile framework
authorKen Raeburn <raeburn@mit.edu>
Wed, 11 Feb 2009 00:51:46 +0000 (00:51 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 11 Feb 2009 00:51:46 +0000 (00:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21959 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/unicode/ure/ure.c
src/lib/krb5/unicode/ure/urestubs.c

index 22ec3198994584957334934316c88fbc0342322a..fad0ac7b8bb2b6cb8443544fc9279c0412c6a0ad 100644 (file)
@@ -39,7 +39,9 @@
 
 #include <stdlib.h>
 #include <string.h>
+#ifndef _WIN32
 #include <unistd.h>
+#endif
 
 #include "ure.h"
 
index 18be50cbdcbeff21f829b551ab55edacfd43aed5..470d05cc4b1a29e40d999ae11dc75092f9d5c903 100644 (file)
 
 #include "ure.h"
 
-#ifdef _MSC_VER
-#  include "../ucdata/ucdata.h"
-#else
-#  include "ucdata.h"
-#endif
+#include "ucdata.h"
 
 /*
  * This file contains stub routines needed by the URE package to test