mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 09:08:58 +00:00
Made system header inclusion more conservative.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
//************************************************************************
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
//************************************************************************
|
||||
//**** GLFW internal functions ****
|
||||
|
||||
@@ -31,6 +31,9 @@
|
||||
#include "internal.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
/* Define GLX 1.4 FSAA tokens if not already defined */
|
||||
|
||||
Reference in New Issue
Block a user