summaryrefslogtreecommitdiff
path: root/games-misc/sex/files/sex-1.0-Add-missing-string.h-for-strcmp.patch
blob: 19070d43815b571c890c29cf5c26f4a0f93b3068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>