diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-03 10:49:16 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-03 10:49:16 +0100 |
commit | 846b99e0cb599653354cb316d9c1c8843981f5bf (patch) | |
tree | 660a6d30bb1a3b0458a9291c2582e7c099dd00c3 /file.c | |
parent | 6a33a12798b2afeee6fb7bba74d86d628137921e (diff) | |
download | rtmux-846b99e0cb599653354cb316d9c1c8843981f5bf.tar.gz rtmux-846b99e0cb599653354cb316d9c1c8843981f5bf.tar.bz2 rtmux-846b99e0cb599653354cb316d9c1c8843981f5bf.zip |
Portable does not need sys/queue.h.
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <errno.h> #include <fcntl.h> |