summaryrefslogtreecommitdiff
path: root/games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch')
-rw-r--r--games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch b/games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch
new file mode 100644
index 000000000000..19070d43815b
--- /dev/null
+++ b/games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch
@@ -0,0 +1,15 @@
+From: Sam James <sam@gentoo.org>
+Date: Tue, 27 Sep 2022 22:50:12 +0100
+Subject: [PATCH] Add missing <string.h> for strcmp
+
+Bug: https://bugs.gentoo.org/871414
+--- a/sex.c
++++ b/sex.c
+@@ -10,6 +10,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <time.h>
+ #include <ctype.h>
+