summaryrefslogtreecommitdiff
path: root/games-misc/sex/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-28 03:11:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-28 03:11:19 +0100
commit1bc9c3b9d5a8c51b67f6ea2f57bdd76ff5073097 (patch)
tree8ff3b237086572800bda4afb971fc61617aa941e /games-misc/sex/files
parent3ca7a521e79841f7247feb67780a70722c997d55 (diff)
gentoo auto-resync : 28:09:2022 - 03:11:19
Diffstat (limited to 'games-misc/sex/files')
-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>
+