Module Name: src
Committed By: dholland
Date: Fri Jan 22 23:15:42 UTC 2016
Modified Files:
src/include: randomid.h
Log Message:
Needs stdint.h.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/include/randomid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/randomid.h
diff -u src/include/randomid.h:1.2 src/include/randomid.h:1.3
--- src/include/randomid.h:1.2 Mon Dec 26 19:01:47 2005
+++ src/include/randomid.h Fri Jan 22 23:15:42 2016
@@ -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;