INSTALL.md: Fix shell command line formatting.
[cascardo/ovs.git] / lib / stream-tcp.c
index ac42924..fc5a606 100644 (file)
@@ -76,6 +76,8 @@ const struct stream_class tcp_stream_class = {
 };
 
 #ifdef _WIN32
+#include "dirs.h"
+
 static int
 windows_open(const char *name, char *suffix, struct stream **streamp,
              uint8_t dscp)