0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-05 17:28:00 -04: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 "config.h"
#include <errno.h>
#include <sys/select.h> #include <sys/select.h>
#include <assert.h> #include <assert.h>
#include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>