diff options
Diffstat (limited to 'hw/xfree86/os-support/misc/xf86_Util.c')
-rw-r--r-- | hw/xfree86/os-support/misc/xf86_Util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/misc/xf86_Util.c b/hw/xfree86/os-support/misc/xf86_Util.c index 7889617e3..a94ad34cc 100644 --- a/hw/xfree86/os-support/misc/xf86_Util.c +++ b/hw/xfree86/os-support/misc/xf86_Util.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_Util.c,v 3.8 2001/10/28 03:34:02 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/xf86_Util.c,v 3.7 1999/01/14 13:05:05 dawes Exp $ */ /* * Copyright 1993 by David Wexelblat <dwex@goblin.org> * @@ -38,7 +38,7 @@ int _xf86misc; /* For use only with gcc */ #ifdef __GNUC__ -#include "os.h" +#include <X11/os.h> char * debug_alloca(char *file, int line, int size) |