mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Include config.h before standard headers
This makes use of 8d6d202 (Enable large file support) for real.
This commit is contained in:
parent
040087d488
commit
82063b73fb
6 changed files with 6 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
|
|
@ -28,7 +29,6 @@
|
|||
#include <getopt.h>
|
||||
#include <termios.h>
|
||||
#include <limits.h>
|
||||
#include "config.h"
|
||||
#include "tio/options.h"
|
||||
#include "tio/error.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue