From 59367ffbbfe58195210dc7df71958cbe348cb891 Mon Sep 17 00:00:00 2001 From: bry4n Date: Tue, 12 Nov 2013 20:12:16 -0600 Subject: [PATCH] Include string.h to fix compiling issue on OSX --- src/getopt.c | 1 + sudosh-replay.8 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/getopt.c b/src/getopt.c index 0d83a86..ef92c39 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -45,6 +45,7 @@ the executable file might be covered by the GNU General Public License. */ #endif #endif +#include #include /* Comment out all this code if we are using the GNU C Library, and are not diff --git a/sudosh-replay.8 b/sudosh-replay.8 index 7af9895..64556f8 100644 --- a/sudosh-replay.8 +++ b/sudosh-replay.8 @@ -2,7 +2,7 @@ .\" groff -man -Tascii sudosh-replay.1 .\" -.TH SUDOSH-REPLAY 8 "December 20 2007" 1.0.2 "User Manuals" +.TH SUDOSH-REPLAY 8 "December 20 2007" 1.0.4 "User Manuals" .SH NAME sudosh-replay \- view and replay sudosh sessions .SH SYNOPSIS