Skip to content

Commit

Permalink
src/version.h.in: Add missing include
Browse files Browse the repository at this point in the history
Add missing include of 'ly_config.h' to prevent build errors when
including 'version.h' in downstream projects.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
  • Loading branch information
davischw authored and michalvasko committed Jul 1, 2024
1 parent fba2826 commit 70addcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#ifndef LY_VERSION_H_
#define LY_VERSION_H_

#include "ly_config.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 70addcf

Please sign in to comment.