diff liboctave/oct-time.cc @ 3496:c800b7fb7d64

[project @ 2000-01-29 19:34:14 by jwe]
author jwe
date Sat, 29 Jan 2000 19:34:14 +0000
parents 996bb7ea4507
children e391aeef2b3c
line wrap: on
line diff
--- a/liboctave/oct-time.cc
+++ b/liboctave/oct-time.cc
@@ -32,6 +32,10 @@
 #define __USE_XOPEN
 #include "oct-time.h"
 
+#if !defined (HAVE_STRPTIME)
+extern char *strptime (const char *buf, const char *format, struct tm *tm);
+#endif
+
 octave_time::octave_time (const octave_base_tm& tm)
 {
   struct tm t;