summaryrefslogtreecommitdiff
path: root/machdep.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-01-20 15:59:49 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-01-21 10:28:15 +0100
commit513f782ae18791f0c925b9235da749b38159b607 (patch)
tree10dfccc7dbcf78a97889438d92e0d74bffe463b9 /machdep.c
parent5b45260126cdb3835a32ae3c7b7363a7a13754b4 (diff)
downloadtcpdump-513f782ae18791f0c925b9235da749b38159b607.tar.gz
Use quoted include netdissect-stdinc.h instead of angle-bracketed one
Diffstat (limited to 'machdep.c')
-rw-r--r--machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/machdep.c b/machdep.c
index df16c6e2..ba1f98d5 100644
--- a/machdep.c
+++ b/machdep.c
@@ -29,7 +29,7 @@
* need to do to get it defined? This is clearly wrong, as we shouldn't
* have to include UNIX or Windows system header files to get it.
*/
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
#ifdef __osf__
#include <sys/sysinfo.h>