aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core/randpkt_core.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-12-02 13:15:41 -0800
committerGuy Harris <guy@alum.mit.edu>2016-12-02 21:16:13 +0000
commitaecff2f67995905e58cacd9c4b7e5a7220a26e3b (patch)
treefdd00641309d679df06b7eebd0ceafaad761d438 /randpkt_core/randpkt_core.c
parentd5bdf7bac0c829cb00def4abb08444fe96d51e06 (diff)
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>
Diffstat (limited to 'randpkt_core/randpkt_core.c')
-rw-r--r--randpkt_core/randpkt_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/randpkt_core/randpkt_core.c b/randpkt_core/randpkt_core.c
index 2e6beccaad..44a54f1ad7 100644
--- a/randpkt_core/randpkt_core.c
+++ b/randpkt_core/randpkt_core.c
@@ -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>