Source-Changes-HG archive

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

[src/trunk]: src/include Needs stdint.h.



details:   https://anonhg.NetBSD.org/src/rev/e56809b5a252
branches:  trunk
changeset: 343102:e56809b5a252
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Jan 22 23:15:42 2016 +0000

description:
Needs stdint.h.

diffstat:

 include/randomid.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7bc9c3d45b27 -r e56809b5a252 include/randomid.h
--- a/include/randomid.h        Fri Jan 22 23:13:20 2016 +0000
+++ b/include/randomid.h        Fri Jan 22 23:15:42 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: randomid.h,v 1.2 2005/12/26 19:01:47 perry Exp $       */
+/*     $NetBSD: randomid.h,v 1.3 2016/01/22 23:15:42 dholland Exp $    */
 /*     $KAME: ip6_id.c,v 1.8 2003/09/06 13:41:06 itojun Exp $  */
 /*     $OpenBSD: ip_id.c,v 1.6 2002/03/15 18:19:52 millert Exp $       */
 
@@ -69,6 +69,8 @@
 #ifndef _RANDOMID_H_
 #define _RANDOMID_H_
 
+#include <stdint.h>
+
 struct randomid_ctx;
 
 typedef struct randomid_ctx *randomid_t;



Home | Main Index | Thread Index | Old Index