diff options
author | tsi <tsi> | 2001-04-01 13:59:56 +0000 |
---|---|---|
committer | tsi <tsi> | 2001-04-01 13:59:56 +0000 |
commit | acfd6538723bacb25892a5c91c0469dd03998eb4 (patch) | |
tree | 4f453e8bf8ec1c86cc0268fa386562438993ccf7 /programs/fstobdf | |
parent | ca4a915187821e9648f82ce8f3e7abd7f22009e8 (diff) |
317. glxinfo needs libGLU (Marc La France).
316. Rage128 fix to Cards database (Marc La France).
315. Minor fix to PCI resource overlap handling (Marc La France).
314. Loader code simplification and IA-64 cache flushes (Marc La France).
313. Workaround in the ATI driver for troublesome interaction between loader
and compiler optimisation (Marc La France).
312. Warning fixes for `gcc -fno-builtin`, which appears to be the default on
some systems (Marc La France).
+ more of #301, tags, warnings and build fixes.
Diffstat (limited to 'programs/fstobdf')
-rw-r--r-- | programs/fstobdf/fstobdf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/fstobdf/fstobdf.c b/programs/fstobdf/fstobdf.c index 291a0118f..2f9dedf16 100644 --- a/programs/fstobdf/fstobdf.c +++ b/programs/fstobdf/fstobdf.c @@ -39,9 +39,10 @@ in this Software without prior written authorization from The Open Group. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF * THIS SOFTWARE. */ -/* $XFree86: xc/programs/fstobdf/fstobdf.c,v 1.3 1999/02/20 15:07:15 hohndel Exp $ */ +/* $XFree86: xc/programs/fstobdf/fstobdf.c,v 1.4 2001/01/17 23:44:54 dawes Exp $ */ #include <stdio.h> +#include <stdlib.h> #include <string.h> #include "fstobdf.h" static void |