Skip to content

Commit ca5e396

Browse files
committed
fixup! connect.h: avoid forward declaration of an enum
1 parent 2e75c8e commit ca5e396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef CONNECT_H
22
#define CONNECT_H
33

4-
#include "protocol.h" /* for enum protocol_version */
4+
#include "protocol.h"
55

66
#define CONNECT_VERBOSE (1u << 0)
77
#define CONNECT_DIAG_URL (1u << 1)

0 commit comments

Comments
 (0)