Merge pull request #252 from pheller/filter-and-xml-encoding-fixes

Testing dependency fixes, Netconf XML declaration and filter logic fix
This commit is contained in:
Olof Hagsand 2021-08-08 13:32:24 +02:00 committed by GitHub
commit e6022bc088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 59 additions and 53 deletions

View file

@ -65,6 +65,7 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <strings.h>
#include <errno.h>
#include <stdlib.h>