diff --git a/src/post_modules/GL/top.c b/src/post_modules/GL/top.c
index b3287b174c0e9016be9cc29994bb55a31f6f3fc7..a72ebf15ef864f03727825c0f641cbefb9c12e9f 100644
--- a/src/post_modules/GL/top.c
+++ b/src/post_modules/GL/top.c
@@ -1,8 +1,10 @@
 /*
- * $Id: top.c,v 1.9 1999/08/07 20:52:24 marcus Exp $
+ * $Id: top.c,v 1.10 1999/08/07 21:29:10 marcus Exp $
  *
  */
 
+#include "config.h"
+
 #ifdef HAVE_GL
 
 #include <GL/gl.h>
@@ -13,9 +15,7 @@
 
 #include "global.h"
 
-#include "config.h"
-
-RCSID("$Id: top.c,v 1.9 1999/08/07 20:52:24 marcus Exp $");
+RCSID("$Id: top.c,v 1.10 1999/08/07 21:29:10 marcus Exp $");
 #include "stralloc.h"
 #include "pike_macros.h"
 #include "object.h"