Include config.h before standard headers

This makes use of 8d6d202 (Enable large file support) for real.
This commit is contained in:
Jakob Haufe 2016-05-21 21:15:33 +02:00
parent 040087d488
commit 82063b73fb
No known key found for this signature in database
GPG key ID: 4CF2B218F54DAE3D
6 changed files with 6 additions and 1 deletions

View file

@ -19,6 +19,7 @@
* 02110-1301, USA.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>