Include config.h first

Otherwise, we miss the _GNU_SOURCE #define that configure
puts there.
This commit is contained in:
Matthias Clasen 2014-08-21 13:19:26 -04:00
parent 706c8e9c8d
commit beae42c49b

View File

@ -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>