From b4054f3ff6982285539b06608d908fd7b6692292 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 20 Feb 2007 15:04:47 +0000 Subject: [PATCH] Don't need to include "getlogin_r.h" anymore, because gnulib merged it into . --- src/output/ChangeLog | 5 +++++ src/output/html.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 5267695939..a5e3cf4943 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 20 07:03:48 2007 Ben Pfaff + + * html.c: Don't need to include "getlogin_r.h" anymore, because + gnulib merged it into . + Sun Feb 18 11:20:35 2007 Ben Pfaff * postscript.c: Add missing _() around message. diff --git a/src/output/html.c b/src/output/html.c index d71ba0c20d..d2c5312ff6 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -31,7 +31,6 @@ #include #include "error.h" #include "getline.h" -#include "getlogin_r.h" #include "output.h" #include "manager.h" #include "table.h" -- 2.30.2