summaryrefslogtreecommitdiff
path: root/print-mobile.c
diff options
context:
space:
mode:
authorfenner <fenner>1999-11-21 09:36:43 +0000
committerfenner <fenner>1999-11-21 09:36:43 +0000
commitb9ac23ce92ca22483d56ee3192c54aa8f782f9ac (patch)
tree87850f3b1743e45acf3faaac434f857e8aed47d6 /print-mobile.c
parentd724608c03f123764e54d55a6f76192f42188a9e (diff)
downloadtcpdump-b9ac23ce92ca22483d56ee3192c54aa8f782f9ac.tar.gz
Switch to config.h instead of passing defines in DEFS.
Diffstat (limited to 'print-mobile.c')
-rw-r--r--print-mobile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/print-mobile.c b/print-mobile.c
index 4cbbc918..b6c414c8 100644
--- a/print-mobile.c
+++ b/print-mobile.c
@@ -43,6 +43,10 @@ __RCSID("$NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $");
#endif
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/param.h>
#include <sys/time.h>
#include <sys/uio.h>