mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
15 lines
361 B
C
15 lines
361 B
C
$NetBSD: patch-gcc_system.h,v 1.1 2015/12/10 03:02:16 joerg Exp $
|
|
|
|
--- gcc/system.h.orig 2015-01-05 12:33:28.000000000 +0000
|
|
+++ gcc/system.h
|
|
@@ -44,6 +44,9 @@ along with GCC; see the file COPYING3.
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#ifdef __cplusplus
|
|
+# include <cstdio>
|
|
+#endif
|
|
|
|
/* Define a generic NULL if one hasn't already been defined. */
|
|
#ifndef NULL
|