diff options
Diffstat (limited to 'lib/libsndio/mio_thru.c')
-rw-r--r-- | lib/libsndio/mio_thru.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/mio_thru.c b/lib/libsndio/mio_thru.c index a541411a998..8a5cec1fa90 100644 --- a/lib/libsndio/mio_thru.c +++ b/lib/libsndio/mio_thru.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_thru.c,v 1.2 2009/07/25 11:15:56 ratchov Exp $ */ +/* $OpenBSD: mio_thru.c,v 1.3 2009/07/26 12:38:20 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -18,14 +18,14 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> + #include <errno.h> #include <fcntl.h> #include <poll.h> #include <stdio.h> -#include <string.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> -#include <sys/types.h> #include "amsg.h" #include "mio_priv.h" |