time_r: Add missing declarations on HP-UX 11.
[pspp] / lib / printf-parse.h
index 6bd11dfa1a5f9fbacc0ab3b751087863c6279fac..eb5480b68a7ceebab73bd3a537d121a7d7305314 100644 (file)
      ENABLE_UNISTDIO    Set to 1 to enable the unistdio extensions.
      STATIC             Set to 'static' to declare the function static.  */
 
+#if HAVE_FEATURES_H
+# include <features.h> /* for __GLIBC__, __UCLIBC__ */
+#endif
+
 #include "printf-args.h"