1
Fork 0
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:
Jim Blandy 1996-09-10 02:45:29 +00:00
parent de15ba3ad6
commit a8be22fe50
2 changed files with 9 additions and 4 deletions

View file

@ -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