mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add <time.h> -- bandaid to unbreak world in <semaphore.h>.
This commit is contained in:
parent
3e9ac3ebf2
commit
fc9579997c
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <semaphore.h>
|
||||
#include <pthread.h>
|
||||
#include "thr_private.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue