Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libexecinfo add stdint.h for FreeBSD compat.



details:   https://anonhg.NetBSD.org/src/rev/8f75f7007ef1
branches:  trunk
changeset: 789641:8f75f7007ef1
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 29 15:01:57 2013 +0000

description:
add stdint.h for FreeBSD compat.

diffstat:

 lib/libexecinfo/symtab.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ed5d899f06da -r 8f75f7007ef1 lib/libexecinfo/symtab.c
--- a/lib/libexecinfo/symtab.c  Thu Aug 29 14:58:56 2013 +0000
+++ b/lib/libexecinfo/symtab.c  Thu Aug 29 15:01:57 2013 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index