user_list.c: Simplify populate_user_list().
[paraslash.git] / vss.c
diff --git a/vss.c b/vss.c
index 8ba17fc34e4b2e0f3c77452f0ec233ae270e2e22..d74cec3ccf7f8feffbf92382ccfc26ac491d50c1 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -25,6 +25,7 @@
 #include "net.h"
 #include "server.cmdline.h"
 #include "vss.h"
+#include "list.h"
 #include "send.h"
 #include "ipc.h"
 #include "fd.h"
@@ -500,8 +501,8 @@ void vss_send_chunk(void)
        }
        /*
         * We call the send function also in case of empty chunks as they
-        * might have still some data queued which can be sent in this case.
-        */
+        * might have still some data queued which can be sent in this case.
+        */
        if (!mmd->chunks_sent) {
                struct timeval tmp;
                gettimeofday(&mmd->stream_start, NULL);