From: Mike Frysinger Date: Thu, 14 Feb 2008 20:03:21 +0000 (-0500) Subject: rtcwake: include libgen.h for basename prototype X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41e1340671cf1881a8ace9b962167d65ccd7e81;p=util-linux rtcwake: include libgen.h for basename prototype Signed-off-by: Mike Frysinger --- diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c index d9c9fbbf..a4fd8331 100644 --- a/sys-utils/rtcwake.c +++ b/sys-utils/rtcwake.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include