1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

missing includes for list.h

* libguile/loader.c: include list.h
* libguile/stime.c: include list.h
This commit is contained in:
Michael Gran 2020-11-23 18:41:57 -08:00
parent dd97382d9a
commit c5faaf50cf
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/* Copyright 2001,2009-2015,2017-2018
/* Copyright 2001,2009-2015,2017-2018,2021
Free Software Foundation, Inc.
This file is part of Guile.
@ -43,6 +43,7 @@
#include "eval.h"
#include "extensions.h"
#include "gsubr.h"
#include "list.h"
#include "pairs.h"
#include "programs.h"
#include "strings.h"

View file

@ -1,4 +1,4 @@
/* Copyright 1995-2001,2003-2009,2011,2013-2014,2016-2019
/* Copyright 1995-2001,2003-2009,2011,2013-2014,2016-2020
Free Software Foundation, Inc.
This file is part of Guile.
@ -63,6 +63,7 @@
#include "dynwind.h"
#include "feature.h"
#include "gsubr.h"
#include "list.h"
#include "modules.h"
#include "numbers.h"
#include "pairs.h"