Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpclient Include "sys/null.h" to get the definition...



details:   https://anonhg.NetBSD.org/src/rev/bd5a19986fa4
branches:  trunk
changeset: 762163:bd5a19986fa4
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Feb 16 22:35:41 2011 +0000

description:
Include "sys/null.h" to get the definition of NULL.

diffstat:

 lib/librumpclient/rumpclient.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 11054b83b126 -r bd5a19986fa4 lib/librumpclient/rumpclient.h
--- a/lib/librumpclient/rumpclient.h    Wed Feb 16 20:23:21 2011 +0000
+++ b/lib/librumpclient/rumpclient.h    Wed Feb 16 22:35:41 2011 +0000
@@ -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;
 



Home | Main Index | Thread Index | Old Index