Fix quotes warning on ovpnapi header

This commit is contained in:
Dener Araújo
2020-09-20 00:07:13 -03:00
parent c017621fe5
commit fe65f6e8dc
+1 -1
View File
@@ -22,6 +22,6 @@
#ifndef OVPNAPI_H #ifndef OVPNAPI_H
#define OVPNAPI_H #define OVPNAPI_H
#include "ovpncli.hpp" #include <ovpncli.hpp>
#endif #endif