mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
always include <float.h>
This commit is contained in:
parent
59d6da5365
commit
e39ed58116
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/* $Id: glheader.h,v 1.3 1999/11/12 18:23:47 brianp Exp $ */
|
||||
/* $Id: glheader.h,v 1.4 2000/02/12 15:55:34 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
*
|
||||
* Copyright (C) 1999 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -47,13 +47,14 @@
|
|||
#else
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <float.h>
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "conf.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue