no longer required since stdio.h revision 1.51

This commit is contained in:
naddy 2016-03-15 16:50:17 +00:00
parent 5b6e2c4e48
commit 54245fa079
4 changed files with 0 additions and 44 deletions

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_common_c,v 1.1 2016/03/13 22:42:27 naddy Exp $
--- src/common.c.orig Tue Feb 23 09:56:53 2016
+++ src/common.c Sun Mar 13 22:05:54 2016
@@ -9,6 +9,7 @@
#include "mpg123app.h"
#include "out123.h"
#include <sys/stat.h>
+#include <stdio.h>
#include "common.h"
#ifdef __EMX__

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_libout123_module_c,v 1.1 2016/03/13 22:42:27 naddy Exp $
--- src/libout123/module.c.orig Tue Feb 23 09:56:52 2016
+++ src/libout123/module.c Sun Mar 13 22:03:47 2016
@@ -14,6 +14,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <ctype.h>
+#include <stdio.h>
#include <ltdl.h>
#include "module.h"

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_metaprint_c,v 1.1 2016/03/13 22:42:27 naddy Exp $
--- src/metaprint.c.orig Tue Feb 23 09:56:52 2016
+++ src/metaprint.c Sun Mar 13 22:06:35 2016
@@ -10,6 +10,7 @@
#include "common.h"
#include "genre.h"
#include "debug.h"
+#include <stdio.h>
static const char joker_symbol = '*';

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_mpg123-id3dump_c,v 1.1 2016/03/13 22:42:27 naddy Exp $
--- src/mpg123-id3dump.c.orig Tue Feb 23 09:56:53 2016
+++ src/mpg123-id3dump.c Sun Mar 13 22:07:36 2016
@@ -12,6 +12,7 @@
#include "getlopt.h"
#include <errno.h>
#include <ctype.h>
+#include <stdio.h>
#include "debug.h"
#include "win32_support.h"