Skip to content
Snippets Groups Projects
Commit 1b0ab694 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix includes

parent 8a6237fa
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,11 @@
*********************************************************************************/
// Generated message descriptors by protoc
#include "villas.pb-c.h"
#include <villas.pb-c.h>
#include "villas/sample.h"
#include "villas/plugin.h"
#include "villas/io/protobuf.h"
#include <villas/sample.h>
#include <villas/plugin.h>
#include <villas/io/protobuf.h>
int protobuf_sprint(char *buf, size_t len, size_t *wbytes, struct sample *smps[], unsigned cnt, int flags)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment