Moved inclusion of config.h to top position.

Solaris complained about redefined _FILE_OFFSET_BITS. See man lfcompile.
This commit is contained in:
Thomas Schmitt 2010-05-29 09:34:00 +02:00
parent 5ed507da83
commit 73c6bc49c6
1 changed files with 4 additions and 4 deletions

View File

@ -9,15 +9,15 @@
* See COPYING file for details.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include "util.h"
#include "libisofs.h"
#include "messages.h"
#include "../version.h"
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <stdlib.h>
#include <wchar.h>
#include <string.h>