1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

loopback: add missing include

This commit is contained in:
Steffen Vogel 2018-10-21 10:36:17 +02:00
parent c753fbf6f6
commit ba75a00e43

View file

@ -20,6 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************************/
#include <string.h>
#include <villas/node.h>
#include <villas/plugin.h>
#include <villas/config.h>