diff options
Diffstat (limited to 'src/handshake.c')
-rw-r--r-- | src/handshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake.c b/src/handshake.c index 2c50c0e..3d94c12 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -34,7 +34,7 @@ #include "method.h" #include "peer.h" #include "peer_group.h" -#include <fastd_version.h> +#include <generated/version.h> /** Human-readable names for the TLV record types */ |