1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Reorder headers in inputwin.c

Fixes unknown type name '_fpos64_t' error on Cygwin
This commit is contained in:
James Booth 2016-05-11 22:50:19 +01:00
parent 598b2b3235
commit cf8452d95f

View File

@ -35,10 +35,10 @@
#define _XOPEN_SOURCE_EXTENDED
#include "config.h"
#include <stdio.h>
#include <sys/select.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <wchar.h>
#include <sys/time.h>
#include <errno.h>