Skip to content

Commit

Permalink
version.c to include parser.h
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Nov 10, 2024
1 parent 128da4b commit da1f771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/version.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <stddef.h>

#include "version.h"
#include "../../api/librdb-api.h"
#include "parser.h"

#define STATIC_ASSERT(COND,MSG) typedef char static_assertion[(COND)?1:-1]

Expand Down

0 comments on commit da1f771

Please sign in to comment.