Module Name: src
Committed By: christos
Date: Thu Jan 12 18:23:04 UTC 2017
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
Don't go redefining system constants, without checking if the system provides
them.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/lib/librumpuser/rumpuser_port.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/librumpuser/rumpuser_port.h
diff -u src/lib/librumpuser/rumpuser_port.h:1.47 src/lib/librumpuser/rumpuser_port.h:1.48
--- src/lib/librumpuser/rumpuser_port.h:1.47 Sat Nov 7 11:21:42 2015
+++ src/lib/librumpuser/rumpuser_port.h Thu Jan 12 13:23:04 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_port.h,v 1.47 2015/11/07 16:21:42 nros Exp $ */
+/* $NetBSD: rumpuser_port.h,v 1.48 2017/01/12 18:23:04 christos Exp $ */
#ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
#define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
@@ -217,6 +217,8 @@ aligned_alloc(size_t alignment, size_t s
#define __RCSID(a)
#endif
+#include <poll.h>
+
#ifndef INFTIM
#define INFTIM (-1)
#endif