diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:39 +0000 |
commit | 12e532010b9e8cb67bedd44d489c9c40dd265165 (patch) | |
tree | d680aac8b959e207f02d40069c6e6b5ab930f177 /hw/xfree86/os-support/xf86_libc.h | |
parent | 305c444de3baa863d7abc4221e8cebb973805847 (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'hw/xfree86/os-support/xf86_libc.h')
-rw-r--r-- | hw/xfree86/os-support/xf86_libc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/xf86_libc.h b/hw/xfree86/os-support/xf86_libc.h index cd895eea0..35e0ca8c7 100644 --- a/hw/xfree86/os-support/xf86_libc.h +++ b/hw/xfree86/os-support/xf86_libc.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 3.62 2003/12/02 22:29:23 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 3.63 2003/12/08 21:46:55 alanh Exp $ */ /* * Copyright (c) 1997-2003 by The XFree86 Project, Inc. * @@ -45,6 +45,7 @@ #define XF86_LIBC_H 1 #include "Xfuncs.h" +#include <stddef.h> /* * The first set of definitions are required both for modules and |