Module Name: src
Committed By: pooka
Date: Mon Feb 7 14:49:32 UTC 2011
Modified Files:
src/lib/librumpclient: rumpclient.h
Log Message:
types.h for time_t
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/lib/librumpclient/rumpclient.h:1.5
--- src/lib/librumpclient/rumpclient.h:1.4 Sun Feb 6 15:43:20 2011
+++ src/lib/librumpclient/rumpclient.h Mon Feb 7 14:49:32 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.h,v 1.4 2011/02/06 15:43:20 pooka Exp $ */
+/* $NetBSD: rumpclient.h,v 1.5 2011/02/07 14:49:32 pooka Exp $ */
/*-
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -28,6 +28,8 @@
#ifndef _RUMP_RUMPCLIENT_H_
#define _RUMP_RUMPCLIENT_H_
+#include <sys/types.h>
+
__BEGIN_DECLS
int rumpclient_syscall(int, const void *, size_t, register_t *);