Merge pull request #8 from deneraraujo/develop

Fix quotes warning on ovpnapi header
This commit is contained in:
Dener Araújo
2020-09-20 00:13:29 -03:00
committed by GitHub

View File

@@ -22,6 +22,6 @@
#ifndef OVPNAPI_H
#define OVPNAPI_H
#include "ovpncli.hpp"
#include <ovpncli.hpp>
#endif