Skip to content

Commit a3c08f4

Browse files
committed
ly_config BUGFIX socket includes on non-linux
1 parent e1b5730 commit a3c08f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libyang.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
extern "C" {
2323
#endif
2424

25+
#include "ly_config.h"
26+
2527
#include "context.h"
2628
#include "dict.h"
2729
#include "in.h"

src/tree_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef LY_TREE_DATA_H_
1717
#define LY_TREE_DATA_H_
1818

19-
/* socket/ip includes in libyang.h */
19+
/* socket/ip includes in ly_config.h */
2020

2121
#define PCRE2_CODE_UNIT_WIDTH 8
2222

0 commit comments

Comments
 (0)