Created
April 6, 2012 17:48
-
-
Save benburkert/2321613 to your computer and use it in GitHub Desktop.
ssldump patch: reorder include files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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