mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
* init.c: Don't forget to #include smob.h and init.h.
* Makefile.in: Dependencies updated.
This commit is contained in:
parent
de15ba3ad6
commit
a8be22fe50
2 changed files with 9 additions and 4 deletions
|
@ -88,6 +88,7 @@
|
|||
#include "scmsigs.h"
|
||||
#include "sequences.h"
|
||||
#include "simpos.h"
|
||||
#include "smob.h"
|
||||
#include "socket.h"
|
||||
#include "srcprop.h"
|
||||
#include "stackchk.h"
|
||||
|
@ -107,6 +108,8 @@
|
|||
#include "vports.h"
|
||||
#include "weaks.h"
|
||||
|
||||
#include "init.h"
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue