diff options
Diffstat (limited to 'src/socket_stream.c')
-rw-r--r-- | src/socket_stream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_stream.c b/src/socket_stream.c index c0a168448..4c795e462 100644 --- a/src/socket_stream.c +++ b/src/socket_stream.c @@ -5,11 +5,11 @@ * a Linking Exception. For full terms see the included COPYING file. */ -#include "common.h" +#include "socket_stream.h" + #include "posix.h" #include "netops.h" #include "stream.h" -#include "socket_stream.h" #ifndef _WIN32 # include <sys/types.h> |