[Build on Windows] Treat including langinfo.h
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 8 Aug 2011 11:16:06 +0000 (20:16 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 8 Aug 2011 11:16:06 +0000 (20:16 +0900)
Change-Id: I02bb7ad86277593100aec250a8e6543e13907549

src/lib/elm_datefield.c

index d0e2095..2180ae1 100644 (file)
@@ -1,6 +1,11 @@
 #include <Elementary.h>
 #include "elm_priv.h"
-#include <langinfo.h>
+
+#ifdef HAVE_ELEMENTARY_X
+# include <langinfo.h>
+#else
+# include <evil_langinfo.h>
+#endif
 
 /**
  * @defgroup Datefield Datefield