1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Add <time.h> -- bandaid to unbreak world in <semaphore.h>.

This commit is contained in:
Daniel Eischen 2004-02-03 15:55:30 +00:00
parent 3e9ac3ebf2
commit fc9579997c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125394

View File

@ -31,6 +31,7 @@
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <semaphore.h>
#include <pthread.h>
#include "thr_private.h"