Skip to content

Commit 59367ff

Browse files
committed
Include string.h to fix compiling issue on OSX
1 parent 6423c56 commit 59367ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/getopt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ the executable file might be covered by the GNU General Public License. */
4545
#endif
4646
#endif
4747

48+
#include <string.h>
4849
#include <stdio.h>
4950

5051
/* Comment out all this code if we are using the GNU C Library, and are not

sudosh-replay.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" groff -man -Tascii sudosh-replay.1
33
.\"
44

5-
.TH SUDOSH-REPLAY 8 "December 20 2007" 1.0.2 "User Manuals"
5+
.TH SUDOSH-REPLAY 8 "December 20 2007" 1.0.4 "User Manuals"
66
.SH NAME
77
sudosh-replay \- view and replay sudosh sessions
88
.SH SYNOPSIS

0 commit comments

Comments
 (0)