Skip to content

Instantly share code, notes, and snippets.

@benburkert
Created April 6, 2012 17:48
Show Gist options
  • Save benburkert/2321613 to your computer and use it in GitHub Desktop.
Save benburkert/2321613 to your computer and use it in GitHub Desktop.
ssldump patch: reorder include files
--- a/base/pcap-snoop.c 2010-03-18 22:59:13.000000000 -0700
+++ b/base/pcap-snoop.c 2010-03-18 22:59:30.000000000 -0700
@@ -46,10 +46,9 @@
static char *RCSSTRING="$Id: pcap-snoop.c,v 1.14 2002/09/09 21:02:58 ekr Exp $";
-
+#include <net/bpf.h>
#include <pcap.h>
#include <unistd.h>
-#include <net/bpf.h>
#ifndef _WIN32
#include <sys/param.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment