mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
Remove <stdio.h> from ports.h
* libguile/ports.h: Remove <stdio.h>. * libguile/finalizers.c: * libguile/guile.c: * libguile/memoize.c: * libguile/srfi-14.c: * libguile/vm.c: Add <stdio.h>. * libguile/struct.c: Add <stdarg.h>.
This commit is contained in:
parent
05f3977a92
commit
1e792c6580
7 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Copyright (C) 1996, 1997, 2000, 2001, 2006, 2008,
|
||||
* 2011, 2013 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1996-1997,2000-2001,2006,2008,2011,2013,2018
|
||||
* Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
|
@ -38,6 +38,7 @@
|
|||
#endif
|
||||
#include <ltdl.h>
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_WINSOCK2_H
|
||||
#include <winsock2.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue