Skip to content

Commit 488f480

Browse files
committed
server BUGFIX missing header file
Fixes #80
1 parent 5426045 commit 488f480

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/messages_server.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define NC_MESSAGES_SERVER_H_
1717

1818
#include <stdint.h>
19+
#include <libyang/libyang.h>
1920

2021
#include "netconf.h"
2122
#include "session.h"

0 commit comments

Comments
 (0)