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-overlay/media-sound/gramofile/files/gramofile-1.6_p9-strlen_and...

21 lines
392 B

--- a/gramofile.c
+++ b/gramofile.c
@@ -11,6 +11,7 @@
#include "splashscr.h"
#include <signal.h>
#include <unistd.h>
+#include <stdlib.h>
#include <string.h>
#ifndef OLD_CURSES
#include <ncurses.h>
--- a/signpr_cmf3.c
+++ b/signpr_cmf3.c
@@ -33,6 +33,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
+#include <string.h>
#ifndef OLD_CURSES
#include <ncurses.h>
#else