Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 96bb463ec664a0266d009a57fe12a743 > files > 16

bsd-games-2.17-33.fc15.src.rpm

--- include/stdio.h.orig	2007-01-30 15:53:42.000000000 -0800
+++ include/stdio.h	2007-01-30 15:54:17.000000000 -0800
@@ -35,5 +35,11 @@
 #include_next <stdio.h>
 
 #ifndef HAVE_fgetln
+#ifdef __cplusplus
+extern "C" {
+#endif
 extern char *fgetln(FILE *stream, size_t *len);
+#ifdef __cplusplus
+}
+#endif
 #endif