1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Reorder headers in common.c

Fixes unknown type name '_fpos64_t' error on Cygwin
This commit is contained in:
James Booth 2016-05-11 22:30:39 +01:00
parent d805d0c886
commit 5439317ba1

View File

@ -33,9 +33,9 @@
*/
#include "config.h"
#include <errno.h>
#include <sys/select.h>
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>