commit | d0d19522341c49f1a0a5a74e0b034916594c7f83 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Sep 02 13:49:25 2015 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Sep 02 13:49:25 2015 +0200 |
tree | 80b0a37bd98d6fcff3a75af26d682935b0c47ea6 | |
parent | a352802b9ffd691df5fdce6af8a561c3694d5513 [diff] [blame] |
FEATURE Add NETCONF time function Add implementation of public functions to work with timestamps in the NETCONF format.
diff --git a/nc_transapi.h b/nc_transapi.h index 6ca842b..76de063 100644 --- a/nc_transapi.h +++ b/nc_transapi.h
@@ -23,6 +23,6 @@ #ifndef NC_TRANSAPI_H_ #define NC_TRANSAPI_H_ -#include <libnetconf2/log.h> +#include <nc_server.h> #endif /* NC_TRANSAPI_H_ */