Skip to content

Commit

Permalink
lib: ioloop-kqueue - Include time-util.h
Browse files Browse the repository at this point in the history
Needed to compile on MacOS
  • Loading branch information
cmouse committed Jun 3, 2022
1 parent 465486f commit e983ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ioloop-notify-kqueue.c
Expand Up @@ -11,6 +11,7 @@

#include "ioloop-private.h"
#include "llist.h"
#include "time-util.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
Expand Down

0 comments on commit e983ead

Please sign in to comment.