Module Name: src
Committed By: vanhu
Date: Mon Aug 17 12:00:53 UTC 2009
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: schedule.h
Log Message:
include stddef.h so we have a chance to get the system offsetof if present
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/dist/ipsec-tools/src/racoon/schedule.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ipsec-tools/src/racoon/schedule.h
diff -u src/crypto/dist/ipsec-tools/src/racoon/schedule.h:1.7 src/crypto/dist/ipsec-tools/src/racoon/schedule.h:1.8
--- src/crypto/dist/ipsec-tools/src/racoon/schedule.h:1.7 Fri Jan 23 08:25:07 2009
+++ src/crypto/dist/ipsec-tools/src/racoon/schedule.h Mon Aug 17 12:00:53 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: schedule.h,v 1.7 2009/01/23 08:25:07 tteras Exp $ */
+/* $NetBSD: schedule.h,v 1.8 2009/08/17 12:00:53 vanhu Exp $ */
/* Id: schedule.h,v 1.5 2006/05/03 21:53:42 vanhu Exp */
@@ -35,6 +35,8 @@
#ifndef _SCHEDULE_H
#define _SCHEDULE_H
+#include <stddef.h>
+
#include <sys/queue.h>
#if TIME_WITH_SYS_TIME
# include <sys/time.h>