$NetBSD: patch-af,v 1.4 2007/12/14 12:46:23 bjs Exp $

--- src/strptime.c.orig	2007-08-28 12:36:33.000000000 -0400
+++ src/strptime.c
@@ -43,7 +43,13 @@
 #endif // HAVE_TIMEGM
 
 #include <stddef.h>
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/cdefs.h>
+#include <nbcompat/config.h>
+#include <nbcompat/stdio.h>
+#else
 #include <stdio.h>
+#endif
 #include <time.h>
 #include <string.h>
 #include <ctype.h>
