Committing in .

Small VMS issue : sys/param.h is not available on all systems and not
                   needed anyway.

 Modified Files:
 	Mesa-newtree/src/mesa/main/vsnprintf.c
 ----------------------------------------------------------------------
This commit is contained in:
Jouk Jansen 2003-12-09 10:11:27 +00:00
parent 853bda3e7c
commit 7ac9133627
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/param.h>
#ifndef __VMS
# include <sys/param.h>
#endif
#include <sys/types.h>
#include <sys/mman.h>
#include <signal.h>