From cc3d8bb536a4e0302013f85a67c042af66e15a44 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Wed, 2 Aug 2006 17:03:14 +0200
Subject: [PATCH] global.h is a local include file.

Rev: src/pike_macros.h:1.42
---
 src/pike_macros.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/pike_macros.h b/src/pike_macros.h
index b631c472a6..f1c1a9d77f 100644
--- a/src/pike_macros.h
+++ b/src/pike_macros.h
@@ -2,13 +2,13 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: pike_macros.h,v 1.41 2006/07/05 19:15:35 mast Exp $
+|| $Id: pike_macros.h,v 1.42 2006/08/02 15:03:14 mast Exp $
 */
 
 #ifndef MACROS_H
 #define MACROS_H
 
-#include <global.h>
+#include "global.h"
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
@@ -120,7 +120,6 @@ PMOD_EXPORT extern const char Pike_is8bitalnum_vector[];
   if(o->next) o->next->prev=o->prev;		\
 }while(0)
 
-
 #define PIKE_XCONCAT(X,Y)	PIKE_CONCAT(X,Y)
 #define PIKE_XCONCAT3(X,Y,Z)	PIKE_CONCAT(X,Y,Z)
 #define PIKE_XCONCAT4(X,Y,Z,Q)	PIKE_CONCAT(X,Y,Z,Q)
-- 
GitLab