From 99c91c3aec40b691641374f58e798bd8d6b657bd Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Wed, 9 Sep 2015 22:42:38 +0200 Subject: Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' Get the full log via: git log --follow netdissect-stdinc.h --- machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machdep.c') diff --git a/machdep.c b/machdep.c index 7b259ae1..1f086161 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 +#include #ifndef HAVE___ATTRIBUTE__ #define __attribute__(x) -- cgit v1.2.1