Skip to content

Commit

Permalink
libsrx: fix include, core.h replaced by common.h outside confd
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Aug 31, 2023
1 parent a88391a commit 76fe754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsrx/src/srx_val.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef CONFD_SRX_VAL_H_
#define CONFD_SRX_VAL_H_

#include "core.h"
#include "common.h"

#define SRX_GET_UINT8(s,v,fmt,...) srx_get_int(s, &v, SR_UINT8_T, fmt, ##__VA_ARGS__)
#define SRX_GET_UINT32(s,v,fmt,...) srx_get_int(s, &v, SR_UINT32_T, fmt, ##__VA_ARGS__)
Expand Down

0 comments on commit 76fe754

Please sign in to comment.