Module Name: src
Committed By: tron
Date: Wed Feb 16 22:35:41 UTC 2011
Modified Files:
src/lib/librumpclient: rumpclient.h
Log Message:
Include "sys/null.h" to get the definition of NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/librumpclient/rumpclient.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpclient/rumpclient.h
diff -u src/lib/librumpclient/rumpclient.h:1.9 src/lib/librumpclient/rumpclient.h:1.10
--- src/lib/librumpclient/rumpclient.h:1.9 Wed Feb 16 19:58:01 2011
+++ src/lib/librumpclient/rumpclient.h Wed Feb 16 22:35:41 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.h,v 1.9 2011/02/16 19:58:01 pooka Exp $ */
+/* $NetBSD: rumpclient.h,v 1.10 2011/02/16 22:35:41 tron Exp $ */
/*-
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -29,6 +29,7 @@
#define _RUMP_RUMPCLIENT_H_
#include <sys/types.h>
+#include <sys/null.h>
struct rumpclient_fork;