summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_select.c
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-06-23 15:01:22 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-06-23 15:01:22 +0000
commit2467b7977b8363148b0f3b8ee524f118e080bb28 (patch)
tree40372439d91ca06730efe98ed2dd9f74ed874a8c /lib/libpthread/thread/thr_select.c
parent450f806ba317b121106a91b7ef4efc0a3b1bc56b (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_select.c')
-rw-r--r--lib/libpthread/thread/thr_select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_select.c b/lib/libpthread/thread/thr_select.c
index c2f86c5ded47..918fe2947fab 100644
--- a/lib/libpthread/thread/thr_select.c
+++ b/lib/libpthread/thread/thr_select.c
@@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
*/
#include <unistd.h>
#include <errno.h>
#include <poll.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>