]> git.cameronkatri.com Git - mandoc.git/blobdiff - config.h.post
Add libquota
[mandoc.git] / config.h.post
index 62ce4ea6f629ebae5048279f2ad0746e0406ff21..39da2b2f06993ec73dae61fa13ac90256242f119 100644 (file)
@@ -35,5 +35,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 */