You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/games-misc/sex/files/sex-1.0-Add-missing-string....

16 lines
306 B

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>