diff options
Diffstat (limited to 'net/colo.c')
-rw-r--r-- | net/colo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/colo.c b/net/colo.c index 842626502e..6dda4ed66e 100644 --- a/net/colo.c +++ b/net/colo.c @@ -14,7 +14,7 @@ #include "qemu/osdep.h" #include "trace.h" -#include "net/colo.h" +#include "colo.h" uint32_t connection_key_hash(const void *opaque) { |