diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-05-07 11:43:52 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-05-07 11:43:52 +0100 |
commit | 63b7a031a52786e9ec72d8d284a46806bfdc848b (patch) | |
tree | f0c1abf4d88e074aaf7801a9e56d76780e2b6c6f /compat/imsg.c | |
parent | 6525ca51584636ef781bda147d37d5d0d10899e0 (diff) | |
download | rtmux-63b7a031a52786e9ec72d8d284a46806bfdc848b.tar.gz rtmux-63b7a031a52786e9ec72d8d284a46806bfdc848b.tar.bz2 rtmux-63b7a031a52786e9ec72d8d284a46806bfdc848b.zip |
queue.h should come from compat.h.
Diffstat (limited to 'compat/imsg.c')
-rw-r--r-- | compat/imsg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/imsg.c b/compat/imsg.c index af0da44f..9db26ad6 100644 --- a/compat/imsg.c +++ b/compat/imsg.c @@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> |