forked from AuroraMiddleware/gtk
Include config.h first
Otherwise, we miss the _GNU_SOURCE #define that configure puts there.
This commit is contained in:
parent
706c8e9c8d
commit
beae42c49b
@ -15,12 +15,12 @@
|
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <gdk/gdkwindow.h>
|
||||
#include <gdk/gdktypes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user