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

Change-Id: Iced77fb65c2db8bc370cefe4c48c972fe1262f92
Reviewed-on: https://code.wireshark.org/review/19039
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-12-02 13:15:41 -08:00
parent d5bdf7bac0
commit aecff2f679
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "randpkt_core.h"
#include <config.h>
#include "randpkt_core.h"
#include <time.h>
#include <errno.h>
#include <stdlib.h>