diff options
author | Ed Maste <emaste@FreeBSD.org> | 2013-08-29 15:20:12 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2013-08-29 15:20:12 +0000 |
commit | 06d02944c794a2c0c1e26df21bf56e98a8769853 (patch) | |
tree | c1b2a9ffd6b402bba972f2c543ea3a74b0445d18 /symtab.c | |
parent | 28df74992501a9d42020f85e07ce2afe49abec32 (diff) |
Notes
Diffstat (limited to 'symtab.c')
-rw-r--r-- | symtab.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/symtab.c b/symtab.c index b5da75cefad73..92d92dc20bc55 100644 --- a/symtab.c +++ b/symtab.c @@ -1,4 +1,4 @@ -/* $NetBSD: symtab.c,v 1.1 2012/05/26 22:02:29 christos Exp $ */ +/* $NetBSD: symtab.c,v 1.2 2013/08/29 15:01:57 christos Exp $ */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -29,11 +29,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: symtab.c,v 1.1 2012/05/26 22:02:29 christos Exp $"); +__RCSID("$NetBSD: symtab.c,v 1.2 2013/08/29 15:01:57 christos Exp $"); #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <stdint.h> #include <err.h> #include <dlfcn.h> |