diff liboctave/strptime.c @ 3470:b3a16793a390

[project @ 2000-01-22 23:04:00 by jwe]
author jwe
date Sat, 22 Jan 2000 23:04:00 +0000
parents 996bb7ea4507
children 5eef8a2294bd
line wrap: on
line diff
--- a/liboctave/strptime.c
+++ b/liboctave/strptime.c
@@ -28,7 +28,9 @@
 #endif
 
 #include <ctype.h>
-#include <langinfo.h>
+#ifdef _LIBC
+#  include <langinfo.h>
+#endif
 #include <limits.h>
 #include <string.h>
 #include <time.h>