diff --git a/src/callback.c b/src/callback.c
index 021b2fd07c6e93d80ee082b1e394e5181a29162a..0ff8ca355ce1e3653e9bda54e81b18634f1dab78 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -3,6 +3,7 @@
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
+#include "global.h"
 #include "pike_macros.h"
 #include "callback.h"
 #include "error.h"
diff --git a/src/modules/Pipe/pipe.c b/src/modules/Pipe/pipe.c
index 425c90b7fb8c2433ce00b34fc38aa3e30bb3bcc6..9fadb4a3f7dfea2554908bf255091f3dc237378a 100644
--- a/src/modules/Pipe/pipe.c
+++ b/src/modules/Pipe/pipe.c
@@ -1,3 +1,4 @@
+#include "global.h"
 #include "config.h"
 #include "machine.h"
 
@@ -21,8 +22,7 @@
 
 #include <fcntl.h>
 
-#include "global.h"
-RCSID("$Id: pipe.c,v 1.17 1998/04/03 21:29:15 grubba Exp $");
+RCSID("$Id: pipe.c,v 1.18 1998/06/12 19:19:00 noring Exp $");
 
 #include "threads.h"
 #include "stralloc.h"
diff --git a/src/modules/Yp/yp.c b/src/modules/Yp/yp.c
index fc7659c6796f8cb2aeccf5147be5655cbf0bac11..5c1b86b836e506654ac92bc0f1563c6d9c520f5f 100644
--- a/src/modules/Yp/yp.c
+++ b/src/modules/Yp/yp.c
@@ -1,3 +1,4 @@
+#include "global.h"
 #include "config.h"
 
 #if defined(HAVE_RPCSVC_YPCLNT_H) && defined(HAVE_RPCSVC_YP_PROT_H)
@@ -18,7 +19,6 @@
 
 #include "stralloc.h"
 #include "error.h"
-#include "global.h"
 #include "pike_macros.h"
 #include "object.h"
 #include "constants.h"
diff --git a/src/modules/spider/spider.c b/src/modules/spider/spider.c
index 68681c04914d9550e445a7285041d8106eac2441..de4e4f2c721945cc86eccbf79aa7ce4303d366dc 100644
--- a/src/modules/spider/spider.c
+++ b/src/modules/spider/spider.c
@@ -1,3 +1,4 @@
+#include "global.h"
 #include "config.h"
 
 
@@ -27,7 +28,6 @@
 #endif
 
 #include "stralloc.h"
-#include "global.h"
 #include "pike_macros.h"
 #include "machine.h"
 #include "object.h"
@@ -42,7 +42,7 @@
 #include "threads.h"
 #include "operators.h"
 
-RCSID("$Id: spider.c,v 1.54 1998/03/06 12:13:21 grubba Exp $");
+RCSID("$Id: spider.c,v 1.55 1998/06/12 19:37:40 noring Exp $");
 
 #ifdef HAVE_PWD_H
 #include <pwd.h>