summaryrefslogtreecommitdiff
path: root/missing/dlnames.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/dlnames.c')
-rw-r--r--missing/dlnames.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/missing/dlnames.c b/missing/dlnames.c
index 7db76a2a..9dececf6 100644
--- a/missing/dlnames.c
+++ b/missing/dlnames.c
@@ -31,10 +31,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/dlnames.c,v 1.2 2003-05-02 08:46:29 guy Exp $ (LBL)";
-#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -42,6 +38,14 @@ static const char rcsid[] =
#include <tcpdump-stdinc.h>
+
+#include "interface.h"
+
+#ifndef lint
+static const char rcsid[] _U_ =
+ "@(#) $Header: /tcpdump/master/tcpdump/missing/dlnames.c,v 1.3 2003-11-15 00:39:47 guy Exp $ (LBL)";
+#endif
+
#include <pcap.h>
#include <string.h>