]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_fgetln.c
fix RCS IDs
[mandoc.git] / compat_fgetln.c
index 49c9985b6e003bdf661d221b9fc17a07a83dfae6..3760ab994d119c21c330ba9701adac1e43ba3142 100644 (file)
@@ -1,8 +1,6 @@
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
-#ifdef HAVE_FGETLN
+#if HAVE_FGETLN
 
 int dummy;
 
@@ -41,6 +39,9 @@ int dummy;
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  */
+
+#include <sys/types.h>
+
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>