* posix.scm (setgrent): pass #t, not #f. thanks to
[bpt/guile.git] / libguile / stackchk.c
index 3f3633b..a2b0e4d 100644 (file)
@@ -1,4 +1,4 @@
-/*     Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
+/*     Copyright (C) 1995,1996,1997, 2000 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 \f
 
 #include <stdio.h>
-#include "_scm.h"
-#include "ports.h"
-#include "root.h"
+#include "libguile/_scm.h"
+#include "libguile/ports.h"
+#include "libguile/root.h"
 
-#include "stackchk.h"
+#include "libguile/stackchk.h"
 \f
 
 /* {Stack Checking}
@@ -104,7 +104,7 @@ scm_stack_report ()
 void
 scm_init_stackchk ()
 {
-#include "stackchk.x"
+#include "libguile/stackchk.x"
 }
 
 /*