Include config.h first, for large-file-related #defines.

Change-Id: Id71326bc89e1461b100df99b618a1c49256b93af
Reviewed-on: https://code.wireshark.org/review/19037
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-12-02 13:05:53 -08:00
parent 6f37317539
commit 4dc7873612
1 changed files with 1 additions and 2 deletions

View File

@ -74,6 +74,7 @@
** '=' - return current position / offset
*/
#include "config.h"
#include <assert.h>
#include <limits.h>
@ -82,8 +83,6 @@
#include <stdio.h>
#include "config.h"
#include "wslua.h"
/* WSLUA_MODULE Struct Binary encode/decode support