Skip to content

Commit

Permalink
switch to bsd queue.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mjolk committed Aug 14, 2023
1 parent 6053bf5 commit d99d4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion timeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include <errno.h> /* errno */

#include <sys/queue.h> /* TAILQ(3) */
#include <queue.h> /* TAILQ(3) */

#include "timeout.h"

Expand Down
2 changes: 1 addition & 1 deletion timeout.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <inttypes.h> /* PRIu64 PRIx64 PRIX64 uint64_t */

#include <sys/queue.h> /* TAILQ(3) */
#include <queue.h> /* TAILQ(3) */


/*
Expand Down

0 comments on commit d99d4f0

Please sign in to comment.