Include config.h first
Otherwise, we miss the _GNU_SOURCE #define that configure puts there.
This commit is contained in:
		| @ -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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen