diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-02 12:37:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-02 12:37:23 +0000 |
commit | b243f1b2ee19d5a019b0365f31523130ad26c2c5 (patch) | |
tree | 9d213a9e5e05ac8a8aed8f4b17c433078d531ff7 | |
parent | d06c7197d4154d848a0ee371dbaca71b3ec8a1bc (diff) | |
download | rtmux-b243f1b2ee19d5a019b0365f31523130ad26c2c5.tar.gz rtmux-b243f1b2ee19d5a019b0365f31523130ad26c2c5.tar.bz2 rtmux-b243f1b2ee19d5a019b0365f31523130ad26c2c5.zip |
No sys/queue.h.
-rw-r--r-- | proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> #include <sys/utsname.h> |