]> git.cameronkatri.com Git - mandoc.git/blobdiff - config.h.post
One of the WARNING messages has to use the word "section" twice in two
[mandoc.git] / config.h.post
index 3cdf9a7870a7f3551ca60a54ccec7160285ad92a..d04dac99b39ec11dd825c6d19c5f0c3fe70d276d 100644 (file)
@@ -25,5 +25,8 @@ extern        size_t    strlcpy(char *, const char *, size_t);
 extern int       getsubopt(char **, char * const *, char **);
 extern char     *suboptarg;
 #endif
+#ifndef HAVE_FGETLN
+extern char     *fgetln(FILE *, size_t *);
+#endif
 
 #endif /* MANDOC_CONFIG_H */